Skip to content

Commit

Permalink
debug code removal
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Sep 1, 2012
1 parent bc80c8f commit a025490
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions STD_P5.pm6
Expand Up @@ -1205,7 +1205,6 @@ method heredoc () {
my $here = self;
while my $herestub = shift @herestub_queue {
my $*DELIM = $herestub.delim;
say "processing heredoc " ~ $*DELIM;
my $lang = $herestub.lang.mixin( ::herestop );
my $doc;
if ($doc) = $here.nibble($lang) {
Expand All @@ -1215,7 +1214,6 @@ method heredoc () {
else {
self.panic("Ending delimiter $*DELIM not found");
}
say "done with heredoc " ~ $*DELIM;
}
return self.cursor($here.pos); # return to initial type
}
Expand Down

0 comments on commit a025490

Please sign in to comment.