[svn:parrot] r47843 - branches/gsoc_past_optimization/runtime/parrot/library/PAST

tcurtis at svn.parrot.org tcurtis at svn.parrot.org
Fri Jun 25 22:57:53 UTC 2010


Author: tcurtis
Date: Fri Jun 25 22:57:53 2010
New Revision: 47843
URL: https://trac.parrot.org/parrot/changeset/47843

Log:
Remove another debugging output statement.

Modified:
   branches/gsoc_past_optimization/runtime/parrot/library/PAST/Walker.nqp

Modified: branches/gsoc_past_optimization/runtime/parrot/library/PAST/Walker.nqp
==============================================================================
--- branches/gsoc_past_optimization/runtime/parrot/library/PAST/Walker.nqp	Fri Jun 25 22:34:03 2010	(r47842)
+++ branches/gsoc_past_optimization/runtime/parrot/library/PAST/Walker.nqp	Fri Jun 25 22:57:53 2010	(r47843)
@@ -11,7 +11,6 @@
 
 module Tree::Walker {
     our multi sub walk (PAST::Walker $walker, PAST::Node $node) {
-        say('PAST::Walker, PAST::Node');
         walkChildren($walker, $node);
     }
 }


More information about the parrot-commits mailing list