diff options
-rw-r--r-- | src/userprocess.cpp | 2 |
1 files changed, 0 insertions, 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) { |