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_conn_umodes.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/modules/m_conn_umodes.cpp') diff --git a/src/modules/m_conn_umodes.cpp b/src/modules/m_conn_umodes.cpp index 1b6bbe66d..2226f9776 100644 --- a/src/modules/m_conn_umodes.cpp +++ b/src/modules/m_conn_umodes.cpp @@ -61,13 +61,11 @@ class ModuleModesOnConnect : public Module if (!IS_LOCAL(user)) return; - ServerInstance->Log(DEBUG,"Post connect for mode setting"); for (int j = 0; j < Conf->Enumerate("connect"); j++) { std::string hostn = Conf->ReadValue("connect","allow",j); if ((match(user->GetIPString(),hostn.c_str(),true)) || (match(user->host,hostn.c_str()))) { - ServerInstance->Log(DEBUG,"Found matching connect block '%s'",hostn.c_str()); std::string ThisModes = Conf->ReadValue("connect","modes",j); if (ThisModes != "") { @@ -96,7 +94,6 @@ class ModuleModesOnConnect : public Module } } - ServerInstance->Log(DEBUG,"Call mode handler to set modes"); ServerInstance->Parser->CallHandler("MODE", modes, size, user); } break; -- cgit v1.3.1-10-gc9f91