Skip to content

Commit

Permalink
Remove some debugging output.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Jul 14, 2011
1 parent 985fd7d commit 6a6285f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/QRegex/P6Regex/Actions.nqp
Expand Up @@ -291,7 +291,6 @@ class QRegex::P6Regex::Actions is HLL::Actions {
my $name := ~$<longname>;
my $qast;
if $<assertion> {
say("aliasing to $name");
$qast := $<assertion>[0].ast;
self.subrule_alias($qast, $name);
}
Expand Down

0 comments on commit 6a6285f

Please sign in to comment.