summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-10-27 20:09:15 +0000
committerGravatar brain2006-10-27 20:09:15 +0000
commitbfdb4a75ff77278b6f9819677ffc94d877f4d62a (patch)
tree1803192fc747483299ae3a36641ddb5b167b8ab5 /src/users.cpp
parentWhen loading, dont try and free the qa modes, we havent allocated them yet (diff)
<pid file> is no longer a manditory tag (thanks dotslasher)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5556 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index c98a69025..fd0a6f8dc 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -1012,7 +1012,6 @@ long userrec::GlobalCloneCount()
/* We have to match ip's as strings - we don't know what protocol
* a remote user may be using
*/
- ServerInstance->Log(DEBUG,"Match %s against %s", a->second->GetIPString(), u2);
if (strcasecmp(a->second->GetIPString(), u2) == 0)
x++;
}