From efb645291d32a71bb7fe37be72d7c587b6f548d2 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 17 Feb 2007 17:04:36 +0000 Subject: Remove redundant debug git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6587 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_antibear.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/m_antibear.cpp b/src/modules/m_antibear.cpp index 2c0ae79a3..c8151a96c 100644 --- a/src/modules/m_antibear.cpp +++ b/src/modules/m_antibear.cpp @@ -58,7 +58,6 @@ class ModuleAntiBear : public Module } else { - ServerInstance->Log(DEBUG,"Into other part of if, parameters[0]='%s'",parameters[0]); /* Theyre not registered and the notice is targetted at a server. */ if ((user->registered != REG_ALL) && (strchr(parameters[0], '.'))) return 1; -- cgit v1.2.3