diff options
| author | Packy Anderson <packy@cpan.org> | 2024-03-10 22:19:40 -0400 |
|---|---|---|
| committer | Packy Anderson <packy@cpan.org> | 2024-03-10 22:19:40 -0400 |
| commit | e7a7f165fb07916e31bf6ddd259fbd0cbf200dc2 (patch) | |
| tree | 643cb17c751c675b7d9dce1e7664436ab662c3c9 | |
| parent | f3bb477b370ef28264813c6cb8e2590030faebf0 (diff) | |
| download | perlweeklychallenge-club-e7a7f165fb07916e31bf6ddd259fbd0cbf200dc2.tar.gz perlweeklychallenge-club-e7a7f165fb07916e31bf6ddd259fbd0cbf200dc2.tar.bz2 perlweeklychallenge-club-e7a7f165fb07916e31bf6ddd259fbd0cbf200dc2.zip | |
Remove debugging code.
| -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 {% ... %} ? |
