]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove debug
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 17 Oct 2007 20:29:15 +0000 (20:29 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 17 Oct 2007 20:29:15 +0000 (20:29 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8221 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_spanningtree/main.cpp

index c032c027899a43bdf13974bc04fd0d5279b3c48d..2ccf510c7d8044091b762eea31f531f7b1854996 100644 (file)
@@ -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;