From 20c243bd8c32df53c695a89fd5ec5b4689aa8974 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 6 May 2005 00:54:14 +0000 Subject: Removed debug output associated with fix of bug #63 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1313 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 9ee351e08..d90d42ac4 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -4361,7 +4361,6 @@ int InspIRCd(char** argv, int argc) strlcpy(sanitized,single_line.c_str(),MAXBUF); if (*sanitized) { - log(DEBUG,"ref in: %lu",fd_ref_table[currfd]); userrec* old_comp = fd_ref_table[currfd]; // we're gonna re-scan to check if the nick is gone, after every // command - if it has, we're gonna bail @@ -4371,7 +4370,6 @@ int InspIRCd(char** argv, int argc) // there used to be an ugly, slow loop here. Now we have a reference // table, life is much easier (and FASTER) userrec* new_comp = fd_ref_table[currfd]; - log(DEBUG,"ref out: %lu",fd_ref_table[currfd]); if (old_comp != new_comp) log(DEBUG,"Bailing, old_comp != new_comp"); if ((currfd < 0) || (!fd_ref_table[currfd]) || (old_comp != new_comp)) -- cgit v1.2.3