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/userprocess.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/userprocess.cpp') diff --git a/src/userprocess.cpp b/src/userprocess.cpp index 11af15710..c6a34561b 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -201,7 +201,6 @@ void InspIRCd::ProcessUser(userrec* cu) if ((result == -1) && (errno != EAGAIN) && (errno != EINTR)) { - this->Log(DEBUG,"killing: %s",cu->nick); cu->SetWriteError(strerror(errno)); return; } @@ -215,7 +214,6 @@ void InspIRCd::ProcessUser(userrec* cu) else if (result == 0) { cu->SetWriteError("Client exited"); - this->Log(DEBUG,"Bailing from client exit"); return; } } @@ -254,7 +252,6 @@ void InspIRCd::DoBackgroundUserStuff(time_t TIME) */ if ((TIME > curr->timeout) && (curr->registered != REG_ALL)) { - this->Log(DEBUG,"InspIRCd: registration timeout: %s",curr->nick); GlobalGoners.AddItem(curr,"Registration timeout"); continue; } @@ -284,7 +281,6 @@ void InspIRCd::DoBackgroundUserStuff(time_t TIME) if ((curr->dns_done) && (curr->registered == REG_NICKUSER) && (ready)) { - this->Log(DEBUG,"dns done, registered=3, and modules ready, OK"); curr->FullConnect(&GlobalGoners); continue; } -- cgit v1.3.1-10-gc9f91