mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-11 11:39:02 -04:00
Remove debug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8221 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
4bd22e7be8
commit
d4d432f6cd
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user