From 9771c038b0388903276cf74fa7f24409aa8f281a Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Sat, 23 Feb 2008 07:03:32 -0500 Subject: [PATCH] Bugfix: Removing Dumper() call Signed-off-by: Joshua Ferraro --- tools/picture-upload.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/picture-upload.pl b/tools/picture-upload.pl index 712f4b9ac4..d00092c448 100755 --- a/tools/picture-upload.pl +++ b/tools/picture-upload.pl @@ -177,7 +177,6 @@ sub handle_dir { %counts = handle_file($cardnumber, $source, %counts); } push @counts, \%counts; -warn Dumper(@counts); return 1; } -- 2.20.1