diff options
| author | 2007-02-17 17:04:36 +0000 | |
|---|---|---|
| committer | 2007-02-17 17:04:36 +0000 | |
| commit | efb645291d32a71bb7fe37be72d7c587b6f548d2 (patch) | |
| tree | 0f2d317f9311121a2a0e3feca6869af0c987ddec /src | |
| parent | Drop the invalid command generated by the bearbot CTCP TIME check (diff) | |
Remove redundant debug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6587 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/m_antibear.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
