summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-04 22:24:51 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-04 22:24:51 +0000
commit83d884b8e9f668b8f6dd15b5ae3e3511599c3dd5 (patch)
tree58acffb330d3b8d1cf2acd7fbb24fb91a573e461 /src
parent3ab28db5356470d989150d7d11f9e1cd3a447864 (diff)
Remove debug printf
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9339 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/channels.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/channels.cpp b/src/channels.cpp
index 5dde87117..6b89883bd 100644
--- a/src/channels.cpp
+++ b/src/channels.cpp
@@ -467,7 +467,6 @@ bool Channel::IsExtBanned(User *user, char type)
maskptr = i->data;
maskptr++; // past the char
maskptr++; // past the :
-printf("realmask: %s\n", maskptr);
/* This allows CIDR ban matching
*