Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove some leftover debugging output
  • Loading branch information
Tadeusz Sośnierz committed May 1, 2012
1 parent a2db837 commit eee338b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Perl6/Actions.pm
Expand Up @@ -358,7 +358,6 @@ class Perl6::Actions is HLL::Actions {
$*POD_BLOCKS.push($child);

my $type := $<pod_block><type>.Str;
say("Oh, a block of type $type");

if !$*POD_BLOCKS_NAMED{$type} {
$*POD_BLOCKS_NAMED{$type} := []
Expand Down

0 comments on commit eee338b

Please sign in to comment.