summaryrefslogtreecommitdiff
path: root/server/class.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/class.c')
-rw-r--r--server/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/class.c b/server/class.c
index f51cde6..4311875 100644
--- a/server/class.c
+++ b/server/class.c
@@ -177,7 +177,7 @@ class_deregister(ZClient_t *client, ZSubscr_t *subs)
subs->zst_dest.set_hash ();
unsigned long hashval = subs->zst_dest.hash() % HASHSIZE;
-#if 1
+#if 0
if (zdebug) {
char buf[BUFSIZ];
subs->zst_dest.print (buf);