From 8adc40e9af710006b96230da11fe0068cdad3179 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 11 Mar 2007 02:51:51 +0000 Subject: [PATCH] Remove debug git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6654 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/u_listmode.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/u_listmode.h b/include/u_listmode.h index ce720f926..7f2d9fa25 100644 --- a/include/u_listmode.h +++ b/include/u_listmode.h @@ -131,12 +131,10 @@ class ListModeBase : public ModeHandler virtual void RemoveMode(chanrec* channel) { - ServerInstance->Log(DEBUG,"Removing listmode base from %s %s",channel->name,infokey.c_str()); modelist* el; channel->GetExt(infokey, el); if (el) { - ServerInstance->Log(DEBUG,"Channel is extended with a list"); irc::modestacker modestack(false); std::deque stackresult; const char* mode_junk[MAXMODES+1]; -- 2.39.5