]> git.donarmstrong.com Git - infobot.git/commitdiff
comment out debugging
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 5 Feb 2001 14:31:48 +0000 (14:31 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 5 Feb 2001 14:31:48 +0000 (14:31 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@338 c11ca15a-4712-0410-83d8-924469b57eb5

src/core.pl

index 8ce2a7bbc8678ccb42d0e2dcc901978a257396f4..f107841e6e09fee2b34e062e9cf27a9a63e1e903 100644 (file)
@@ -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;
 }