Remove debug printf

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9339 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
w00t 2008-04-04 22:24:51 +00:00
parent 3ab28db535
commit 83d884b8e9

View File

@ -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
*