From: dms Date: Mon, 5 Feb 2001 14:31:48 +0000 (+0000) Subject: comment out debugging X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=362968926c668ff8cba2f6864ccdf22679efb88b;p=infobot.git comment out debugging git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@338 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/core.pl b/src/core.pl index 8ce2a7b..f107841 100644 --- a/src/core.pl +++ b/src/core.pl @@ -192,10 +192,11 @@ sub IsChanConf { return $chan{_default} || 0; } - &DEBUG("param => $param, msgType => $msgType."); - foreach (keys %chan) { - &DEBUG(" $_ => $chan{$_}"); - } +### debug purposes only. +# &DEBUG("param => $param, msgType => $msgType."); +# foreach (keys %chan) { +# &DEBUG(" $_ => $chan{$_}"); +# } return 0; }