Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove leftover debugging code; GlitchMr++.
  • Loading branch information
jnthn committed Nov 4, 2012
1 parent 68460ce commit 64208d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Perl6/Actions.pm
Expand Up @@ -3466,7 +3466,6 @@ class Perl6::Actions is HLL::Actions does STDActions {
}
my $ast_class := $*W.find_symbol(['AST']);
unless istype($macro_ast, $ast_class) {
say($name);
$*W.throw('X::TypeCheck::Splice',
got => $macro_ast,
expected => $ast_class,
Expand Down

0 comments on commit 64208d7

Please sign in to comment.