Skip to content

Commit

Permalink
remove inadvertent debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Apr 18, 2017
1 parent 241831e commit c9ebfc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Perl6/Grammar.nqp
Expand Up @@ -4501,7 +4501,6 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
<.unsp>? <sym> <?before \s | <.terminator> | $ >
<O(|%comma, :fiddly(0))>
[ <?{ $*INVOCANT_OK }> || <.panic: "Invocant colon not allowed here"> ]
{ note("HERE:\n" ~ $/.dump) }
{ $*INVOCANT_OK := 0; }
}

Expand Down

0 comments on commit c9ebfc2

Please sign in to comment.