From 6473c82c25294c387ca78a6d19727fabf8882d1f Mon Sep 17 00:00:00 2001 From: dms Date: Mon, 5 Feb 2001 14:31:48 +0000 Subject: [PATCH] comment out debugging git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@338 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/core.pl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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; } -- 2.39.5