]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove more debug
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 21 Oct 2007 19:07:23 +0000 (19:07 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 21 Oct 2007 19:07:23 +0000 (19:07 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8268 e03df62e-2008-0410-955e-edbf42e46eb7

src/userprocess.cpp

index 3a97a82c7b564770be3297a7e5659516781c9fdc..407aca5b3f7014be10f62cdc6f6ef0d2b4411216 100644 (file)
@@ -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)
                {