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); }