From: brain Date: Wed, 17 Oct 2007 20:29:15 +0000 (+0000) Subject: Remove debug X-Git-Tag: v2.0.23~4449 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=d4d432f6cd5c15b529d495c9c6f0ac3f3917c3db;p=user%2Fhenk%2Fcode%2Finspircd.git Remove debug git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8221 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp index c032c0278..2ccf510c7 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -823,12 +823,8 @@ void ModuleSpanningTree::OnMode(User* user, void* dest, int target_type, const s std::string command; std::string output_text; - ServerInstance->Log(DEBUG,"OnMode: %s", text.c_str()); - ServerInstance->Parser->TranslateUIDs(TR_SPACENICKLIST, text, output_text); - ServerInstance->Log(DEBUG,"Translated: %s", output_text.c_str()); - if (target_type == TYPE_USER) { User* u = (User*)dest;