diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-09-02 20:17:23 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-09-02 20:17:23 +0000 |
commit | a5c17d77bfa022bd81ffda3b51f283181d4857c2 (patch) | |
tree | 3abee218a48ab1c07a8ab16312864def76d9da4d | |
parent | d33caca6c7e0c416a64dcd839900da03e62c1a1a (diff) | |
download | rtmux-a5c17d77bfa022bd81ffda3b51f283181d4857c2.tar.gz rtmux-a5c17d77bfa022bd81ffda3b51f283181d4857c2.tar.bz2 rtmux-a5c17d77bfa022bd81ffda3b51f283181d4857c2.zip |
Nuke debugging.
-rw-r--r-- | client.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 <nicm@users.sourceforge.net> @@ -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) |