From 43efecdead1aa32603383f194d834a622af38024 Mon Sep 17 00:00:00 2001 From: dms Date: Fri, 22 Sep 2000 10:49:18 +0000 Subject: [PATCH] removed some verbosity. git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@121 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Files.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/blootbot/src/Files.pl b/blootbot/src/Files.pl index 4543183..c8ba101 100644 --- a/blootbot/src/Files.pl +++ b/blootbot/src/Files.pl @@ -56,7 +56,6 @@ sub loadIgnore { &ERROR("FAILED loadIgnore ($file): $!"); return; } - &status("Loading ignore list..."); my $count = 0; while () { @@ -65,7 +64,6 @@ sub loadIgnore { next unless /\S/; if (/^(\S+)[\t\s]+(\S+)([\t\s]+.*)?$/) { - &status(" $2"); $ignoreList{$2} = 1; $count++; } -- 2.39.5