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=6473c82c25294c387ca78a6d19727fabf8882d1f;p=infobot.git comment out debugging git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@338 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/core.pl b/blootbot/src/core.pl index 8ce2a7b..f107841 100644 --- a/blootbot/src/core.pl +++ b/blootbot/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; }