[svn:parrot] r44684 - branches/ops_pct/compilers/opsc/src/Ops

bacek at svn.parrot.org bacek at svn.parrot.org
Sat Mar 6 09:43:17 UTC 2010


Author: bacek
Date: Sat Mar  6 09:43:17 2010
New Revision: 44684
URL: https://trac.parrot.org/parrot/changeset/44684

Log:
Comment out debug output.

Modified:
   branches/ops_pct/compilers/opsc/src/Ops/Op.pm

Modified: branches/ops_pct/compilers/opsc/src/Ops/Op.pm
==============================================================================
--- branches/ops_pct/compilers/opsc/src/Ops/Op.pm	Sat Mar  6 09:42:54 2010	(r44683)
+++ branches/ops_pct/compilers/opsc/src/Ops/Op.pm	Sat Mar  6 09:43:17 2010	(r44684)
@@ -133,7 +133,7 @@
     # FIXME. We should always have array here.
     @arg_types := list(@arg_types) if !pir::does__IPS(@arg_types, 'array');
 
-    say("# $name arg_types " ~ @arg_types);
+    #say("# $name arg_types " ~ @arg_types);
     join('_', $name, |@arg_types);
 }
 


More information about the parrot-commits mailing list