summaryrefslogtreecommitdiff
path: root/src/modes/cmode_o.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-02-07 21:58:22 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-02-07 21:58:22 +0000
commitb844d1cbbe79585facc69b9247baa8427cff0b62 (patch)
tree9841df3881ff23c5d85969c6d8d788402b2fa127 /src/modes/cmode_o.cpp
parentc124e85b15afe4746351bb0b62ff3e40ac42f1c9 (diff)
Remove some debug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6546 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modes/cmode_o.cpp')
-rw-r--r--src/modes/cmode_o.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modes/cmode_o.cpp b/src/modes/cmode_o.cpp
index 88d1b51e8..855976bba 100644
--- a/src/modes/cmode_o.cpp
+++ b/src/modes/cmode_o.cpp
@@ -133,11 +133,8 @@ std::string ModeChannelOp::DelOp(userrec *user,const char *dest,chanrec *chan,in
if (IS_LOCAL(user))
{
int MOD_RESULT = 0;
- ServerInstance->Log(DEBUG,"Call OnAccessCheck for AC_DEOP");
FOREACH_RESULT(I_OnAccessCheck,OnAccessCheck(user,d,chan,AC_DEOP));
- ServerInstance->Log(DEBUG,"Returns %d",MOD_RESULT);
-
if (MOD_RESULT == ACR_DENY)
return "";
if (MOD_RESULT == ACR_DEFAULT)