[Koha-patches] [PATCH] remove debug warn

Galen Charlton galen.charlton at liblime.com
Tue Sep 2 23:52:06 CEST 2008


---
 tools/viewlog.pl |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tools/viewlog.pl b/tools/viewlog.pl
index c4c5d99..5206214 100755
--- a/tools/viewlog.pl
+++ b/tools/viewlog.pl
@@ -107,7 +107,6 @@ if ($do_it) {
 
     my $results = GetLogs($datefrom,$dateto,$user,$module,$action,$object,$info);
     my $total = scalar @$results;
-    warn "Total records retrieved = $total";
     foreach my $result (@$results){
 	if ($result->{'info'} eq 'item'){
 	    # get item information so we can create a working link
-- 
1.5.5.GIT




More information about the Koha-patches mailing list