]> git.donarmstrong.com Git - infobot.git/blobdiff - src/dbi.pl
- ircTextCounters stuff moved into a separate function.
[infobot.git] / src / dbi.pl
index 8efc2f13266af2bd53955da8a195f0642bbddf7c..016688003a90bc47eac0807f1586073ebb09b4be 100644 (file)
@@ -500,7 +500,6 @@ sub hashref2array {
 sub countKeys {
     my ($table, $col) = @_;
     $col ||= "*";
-    &DEBUG("&countKeys($table, $col);");
 
     return (&sqlRawReturn("SELECT count($col) FROM $table"))[0];
 }