From 2136c13b585f5d48d40c1c6bf13ad049965e7fa5 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 15 Jan 2007 23:02:56 +0000 Subject: [PATCH] Remove some debug git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6353 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/userprocess.cpp | 2 -- 1 file changed, 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; -- 2.39.5