summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-15 23:02:56 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-15 23:02:56 +0000
commit2136c13b585f5d48d40c1c6bf13ad049965e7fa5 (patch)
treef93bfae9f25d95515bcde8e36ffd0abe99f9d907 /src
parentbe60154f885d7b53e63759cd01391521bf14017f (diff)
Remove some debug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6353 e03df62e-2008-0410-955e-edbf42e46eb7
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;