From: brain Date: Sun, 11 Mar 2007 02:51:51 +0000 (+0000) Subject: Remove debug X-Git-Tag: v2.0.23~5737 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=8adc40e9af710006b96230da11fe0068cdad3179;p=user%2Fhenk%2Fcode%2Finspircd.git Remove debug git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6654 e03df62e-2008-0410-955e-edbf42e46eb7 --- 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];