From 07e30920c324ee6ae027ea8adab38ba74c834f90 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 2 Sep 2008 16:52:06 -0500 Subject: [PATCH] remove debug warn Signed-off-by: Galen Charlton --- tools/viewlog.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/viewlog.pl b/tools/viewlog.pl index c4c5d99d5a..52062143b8 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 -- 2.39.2