diff options
| -rwxr-xr-x | challenge-259/packy-anderson/perl/ch-2.pl | 1 |
1 files changed, 0 insertions, 1 deletions
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 {% ... %} ? |
