]> git.donarmstrong.com Git - infobot.git/commitdiff
removed some verbosity.
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 22 Sep 2000 10:49:18 +0000 (10:49 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 22 Sep 2000 10:49:18 +0000 (10:49 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@121 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/src/Files.pl

index 45431839ed9fc19d2b2adddbd71f551c686c3bf1..c8ba101fa816c6b9c3adc8192d54beb26028be59 100644 (file)
@@ -56,7 +56,6 @@ sub loadIgnore {
        &ERROR("FAILED loadIgnore ($file): $!");
        return;
     }
-    &status("Loading ignore list...");
 
     my $count = 0;
     while (<FILE>) {
@@ -65,7 +64,6 @@ sub loadIgnore {
        next unless /\S/;
 
        if (/^(\S+)[\t\s]+(\S+)([\t\s]+.*)?$/) {
-           &status("  $2");
            $ignoreList{$2} = 1;
            $count++;
        }