Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove left-behind debugging code.
  • Loading branch information
jnthn committed Apr 4, 2015
1 parent 4162768 commit d597a07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Perl6/Actions.nqp
Expand Up @@ -4403,9 +4403,7 @@ class Perl6::Actions is HLL::Actions does STDActions {
my $prelen := $<longname>.from;
$prelen := 100 if $prelen > 100;
my $pre := nqp::substr($/.orig, $<longname>.from - $prelen, $prelen);
note($pre);
my $post := nqp::substr($/.orig, $<args>.to, 100);
note($post);
if nqp::index($pre, "==>") < 0 && nqp::index($post, "<==") < 0 && $<args>.Str ~~ /^\s*'{'/ {
$/.CURSOR.missing("comma after block argument to " ~ nqp::substr(@name[0],1));
}
Expand Down

0 comments on commit d597a07

Please sign in to comment.