Skip to content

Commit 4c9e4a9

Browse files
committed
Maybe
1 parent 11f771d commit 4c9e4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

process.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
my $track = Mojo::File->new("public$audio->{$n}{track}");
2626
next unless -e $track;
2727
$i++;
28-
print "Processing $track...\n";
28+
# print "Processing $track...\n";
2929
my $rating = $audio->{$n}{rating};
3030
if ($rating < 0) {
3131
# print '-' x 70, "\n";

0 commit comments

Comments
 (0)