From a5c17d77bfa022bd81ffda3b51f283181d4857c2 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 2 Sep 2009 20:17:23 +0000 Subject: [PATCH] Nuke debugging. --- client.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client.c b/client.c index e3014b0a..a388216f 100644 --- a/client.c +++ b/client.c @@ -1,4 +1,4 @@ -/* $Id: client.c,v 1.68 2009-09-02 20:16:29 nicm Exp $ */ +/* $Id: client.c,v 1.69 2009-09-02 20:17:23 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -268,7 +268,6 @@ client_msg_dispatch(struct client_ctx *cctx) return (0); datalen = imsg.hdr.len - IMSG_HEADER_SIZE; - log_debug("CLIENT GOT %d", imsg.hdr.type); switch (imsg.hdr.type) { case MSG_DETACH: if (datalen != 0)