From f2360a777d223b786767ff6f26473a6b3f4b19e6 Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 12 Jul 2008 21:35:33 +0000 Subject: Remove debug git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9993 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_gecosban.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/modules/m_gecosban.cpp b/src/modules/m_gecosban.cpp index 3c041c548..49ca17fe0 100644 --- a/src/modules/m_gecosban.cpp +++ b/src/modules/m_gecosban.cpp @@ -42,8 +42,6 @@ class ModuleNickBan : public Module if (!c) return 0; - ServerInstance->Logs->Log("EXTBANS", DEBUG, "Checking if %s is banned", user->fullname.c_str()); - if (c->IsExtBanned(user->fullname, 'r')) { // XXX: send a numeric here -- cgit v1.2.3