---
 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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to