From: brain Date: Thu, 31 May 2007 17:43:41 +0000 (+0000) Subject: And remove soem debug X-Git-Tag: v2.0.23~5225 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=89738d69bbd119bc8b1625918c2f858c3e1007e4;p=user%2Fhenk%2Fcode%2Finspircd.git And remove soem debug git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7193 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp index e99af2e7d..a134d95e1 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -851,7 +851,6 @@ void ModuleSpanningTree::OnUserNotice(userrec* user, void* dest, int target_type void ModuleSpanningTree::OnUserMessage(userrec* user, void* dest, int target_type, const std::string &text, char status, const CUList &exempt_list) { - ServerInstance->Log(DEBUG,"Message='%s'", text.c_str()); if (target_type == TYPE_USER) { // route private messages which are targetted at clients only to the server