[svn:parrot] r47796 - trunk/compilers/pct/src/PAST

pmichaud at svn.parrot.org pmichaud at svn.parrot.org
Thu Jun 24 05:15:42 UTC 2010


Author: pmichaud
Date: Thu Jun 24 05:15:42 2010
New Revision: 47796
URL: https://trac.parrot.org/parrot/changeset/47796

Log:
[pct]:  Remove debugging 'say'

Modified:
   trunk/compilers/pct/src/PAST/Compiler.pir

Modified: trunk/compilers/pct/src/PAST/Compiler.pir
==============================================================================
--- trunk/compilers/pct/src/PAST/Compiler.pir	Thu Jun 24 05:15:17 2010	(r47795)
+++ trunk/compilers/pct/src/PAST/Compiler.pir	Thu Jun 24 05:15:42 2010	(r47796)
@@ -499,7 +499,6 @@
     $S1 = kpost
     concat $S0, $S1
     concat $S0, ']'
-    say $S0
     push posargs, $S0
     goto iter_rtype
   iter_end:


More information about the parrot-commits mailing list