Skip to content

Commit 7350a34

Browse files
author
izenn
committed
remove debug output from pad.pl
1 parent a0c9183 commit 7350a34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pad.pl

-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@
408408

409409
my $paddedfamily = sprintf("%05d", $decodedmonster->[$cardnum]{'card'}{'base_id'});
410410
my $evotree;
411-
print $paddedfamily . "\n";
412411
open(my $fh, '<', "evotrees/" . $paddedfamily . ".txt");
413412
$evotree = do { local $/; <$fh> };
414413
close($fh);

0 commit comments

Comments
 (0)