Bugfix: Removing Dumper() call
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
de1754d68d
commit
9771c038b0
1 changed files with 0 additions and 1 deletions
|
@ -177,7 +177,6 @@ sub handle_dir {
|
|||
%counts = handle_file($cardnumber, $source, %counts);
|
||||
}
|
||||
push @counts, \%counts;
|
||||
warn Dumper(@counts);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue