diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-03 22:00:48 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-03 22:00:48 +0000 |
commit | d0810dfaba6f160336d18ff0073e0065b35b59e3 (patch) | |
tree | 3b6559ed84aa75eb740699610ed27914e4bc0881 /src/userprocess.cpp | |
parent | c922c2a2761fd1dc81d98ef313b48f4aa0d1873b (diff) |
Removal of debug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5133 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/userprocess.cpp')
-rw-r--r-- | src/userprocess.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/userprocess.cpp b/src/userprocess.cpp index aaaf13710..10da15292 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -44,7 +44,6 @@ void InspIRCd::ProcessUser(userrec* cu) try { MOD_RESULT = this->Config->GetIOHook(cu->GetPort())->OnRawSocketRead(cu->GetFd(),ReadBuffer,sizeof(ReadBuffer),result2); - this->Log(DEBUG,"Data result returned by module: %d",MOD_RESULT); } catch (ModuleException& modexcept) { |