diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-06 00:59:29 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-06 00:59:29 +0000 |
commit | dc4c73088b2586be0436cedd32b32a245a024463 (patch) | |
tree | b41aa976c0a9e085865ee010b2ace0f8c2999072 /src | |
parent | 20c243bd8c32df53c695a89fd5ec5b4689aa8974 (diff) |
Removal of some pointless debug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1314 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index d90d42ac4..af965cf26 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -4370,8 +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]; - if (old_comp != new_comp) - log(DEBUG,"Bailing, old_comp != new_comp"); if ((currfd < 0) || (!fd_ref_table[currfd]) || (old_comp != new_comp)) goto label; |