diff options
Diffstat (limited to 'src/inspircd.cpp')
-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; |