From 1e29b8973127201f4798f7f85bb68de35b2cc5f4 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 21 Oct 2007 19:07:23 +0000 Subject: [PATCH] Remove more debug git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8268 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/userprocess.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/userprocess.cpp b/src/userprocess.cpp index 3a97a82c7..407aca5b3 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -48,8 +48,6 @@ void ProcessUserHandler::Call(User* cu) try { MOD_RESULT = Server->Config->GetIOHook(cu->GetPort())->OnRawSocketRead(cu->GetFd(),ReadBuffer,Server->Config->NetBufferSize,result2); - - Server->Log(DEBUG,"MOD_RESULT=%d, result2=%d",MOD_RESULT,result2); } catch (CoreException& modexcept) { -- 2.39.5