Skip to content

Commit

Permalink
Remove debug "say"
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/branches/pmc_pct@39546 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
bacek committed Jun 14, 2009
1 parent 0120cf9 commit d8bf495
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compilers/pmcc/src/parser/actions.pm
Expand Up @@ -166,7 +166,6 @@ method multi($/) {
my $type := cleanup_type($_<returns>);
my $name := $_<name>;

say($type);
@long_sig.push(~$type);

my $sig_char;
Expand Down Expand Up @@ -204,7 +203,6 @@ sub cleanup_type($type) {
$I0 = find_not_cclass .CCLASS_ALPHABETIC, $S0, 0, $I1
$S0 = substr $S0, 0, $I0
say $S0
$P0 = new 'String'
$P0 = $S0
%r = $P0
Expand Down

0 comments on commit d8bf495

Please sign in to comment.