summaryrefslogtreecommitdiff
path: root/server/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/client.c')
-rw-r--r--server/client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/client.c b/server/client.c
index 90d83bc..56c5190 100644
--- a/server/client.c
+++ b/server/client.c
@@ -68,10 +68,8 @@ client_register(ZNotice_t *notice,
/* chain the client's host onto this server's host list */
-#if 1
zdbug((LOG_DEBUG, "client_register: adding %s at %s/%d",
notice->z_sender, inet_ntoa(*host), ntohs(notice->z_port)));
-#endif
if (!notice->z_port)
return ZSRV_BADSUBPORT;