From e7a7f165fb07916e31bf6ddd259fbd0cbf200dc2 Mon Sep 17 00:00:00 2001 From: Packy Anderson Date: Sun, 10 Mar 2024 22:19:40 -0400 Subject: Remove debugging code. --- challenge-259/packy-anderson/perl/ch-2.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/challenge-259/packy-anderson/perl/ch-2.pl b/challenge-259/packy-anderson/perl/ch-2.pl index 5be4e1fb4e..1532560d53 100755 --- a/challenge-259/packy-anderson/perl/ch-2.pl +++ b/challenge-259/packy-anderson/perl/ch-2.pl @@ -24,7 +24,6 @@ my @ids; my $in_id; while (my $line = <$fh>) { - say 'L: ' . $line; $line =~ /$TOP/; # is there a line with {% ... %} ? -- cgit