Bugfix: Removing Dumper() call

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Chris Nighswonger 2008-02-23 07:03:32 -05:00 committed by Joshua Ferraro
parent de1754d68d
commit 9771c038b0

View file

@ -177,7 +177,6 @@ sub handle_dir {
%counts = handle_file($cardnumber, $source, %counts);
}
push @counts, \%counts;
warn Dumper(@counts);
return 1;
}