Skip to content

Commit

Permalink
Comment out leftover debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jan 10, 2018
1 parent d30e5b1 commit 0be9d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.nqp
Expand Up @@ -6140,7 +6140,7 @@ class Perl6::Actions is HLL::Actions does STDActions {
# Thus, we need to find chained adverbs. They show up on the parse
# tree as colonpair rules followed by a fake_infix.

if nqp::getenvhash<COLONPAIR> eq 'trace' { say($/.dump) }
# if nqp::getenvhash<COLONPAIR> eq 'trace' { say($/.dump) }
if +$/.list == 1 && nqp::istype($/[0].ast, QAST::Op) && $/[0].ast.op eq 'call' && $/[0].ast.name ne 'infix:<,>' {
nqp::die("these adverbs belong to a deeper-nested thing");
}
Expand Down

0 comments on commit 0be9d55

Please sign in to comment.