summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
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++;
}