summaryrefslogtreecommitdiff
path: root/src/userprocess.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-03 22:00:48 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-03 22:00:48 +0000
commitd0810dfaba6f160336d18ff0073e0065b35b59e3 (patch)
tree3b6559ed84aa75eb740699610ed27914e4bc0881 /src/userprocess.cpp
parentc922c2a2761fd1dc81d98ef313b48f4aa0d1873b (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.cpp1
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)
{