Bugfix: Removing Dumper() call
[koha.git] / tools / picture-upload.pl
index 712f4b9..d00092c 100755 (executable)
@@ -177,7 +177,6 @@ sub handle_dir {
         %counts = handle_file($cardnumber, $source, %counts);
     }
 push @counts, \%counts;
-warn Dumper(@counts);
 return 1;
 }