]> git.donarmstrong.com Git - infobot.git/blobdiff - src/core.pl
comment out debugging
[infobot.git] / 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;
 }