From 6a6285f0dc5314317e466b2c8b6327e4889ee5ba Mon Sep 17 00:00:00 2001 From: pmichaud Date: Thu, 14 Jul 2011 13:57:10 -0500 Subject: [PATCH] Remove some debugging output. --- src/QRegex/P6Regex/Actions.nqp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/QRegex/P6Regex/Actions.nqp b/src/QRegex/P6Regex/Actions.nqp index 15572f272b..0c1e06635d 100644 --- a/src/QRegex/P6Regex/Actions.nqp +++ b/src/QRegex/P6Regex/Actions.nqp @@ -291,7 +291,6 @@ class QRegex::P6Regex::Actions is HLL::Actions { my $name := ~$; my $qast; if $ { - say("aliasing to $name"); $qast := $[0].ast; self.subrule_alias($qast, $name); }