remove debug warn
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
3a2f776875
commit
07e30920c3
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue