summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/userprocess.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/userprocess.cpp b/src/userprocess.cpp
index b065c49fb..11af15710 100644
--- a/src/userprocess.cpp
+++ b/src/userprocess.cpp
@@ -56,8 +56,6 @@ void InspIRCd::ProcessUser(userrec* cu)
result = cu->ReadData(ReadBuffer, sizeof(ReadBuffer));
}
- this->Log(DEBUG,"Read result: %d",result);
-
if ((result) && (result != -EAGAIN))
{
userrec *current;