From d769fef63f2f9ccd929aa51fda3c3da7ec389181 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 15 Jan 2007 23:49:24 +0000 Subject: Crusade to remove debug from stable and tested parts of the core and base modules. Most of the code here being de-noised hasnt had a crash or bug in it for many months, if not a year so the debug output is useless noise in the logfile when trying to trace a bug in a REAL problem area. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6356 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_opermodes.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/modules/m_opermodes.cpp') diff --git a/src/modules/m_opermodes.cpp b/src/modules/m_opermodes.cpp index dbc34bcb5..57eb8ae23 100644 --- a/src/modules/m_opermodes.cpp +++ b/src/modules/m_opermodes.cpp @@ -93,7 +93,6 @@ class ModuleModesOnOper : public Module for (unsigned int k = 1; k < tokens.size(); k++) { modes[i] = (char*)tokens[k].c_str(); - ServerInstance->Log(DEBUG, "m_opermodes.so: got mode param: %s", modes[i]); i++; } } @@ -106,7 +105,6 @@ class ModuleModesOnOper : public Module n.push_back(modes[j]); } rmode.Send(ServerInstance); - ServerInstance->Log(DEBUG, "m_opermodes.so: new modes for %s: %s", modes[0], modes[1]); ServerInstance->SendMode(modes, size, user); } break; -- cgit v1.3.1-10-gc9f91