diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-03-11 02:51:51 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-03-11 02:51:51 +0000 |
commit | 8adc40e9af710006b96230da11fe0068cdad3179 (patch) | |
tree | 04cf55a198fddd6205580d7cc8938a1de8f1b713 /include | |
parent | d5c765053ea023497d11c375aaf60bfc7e0dd55f (diff) |
Remove debug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6654 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/u_listmode.h | 2 |
1 files changed, 0 insertions, 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<std::string> stackresult; const char* mode_junk[MAXMODES+1]; |