[macruby-changes] [4186] MacRuby/trunk/dispatcher.cpp

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 1 19:59:54 PDT 2010


Revision: 4186
          http://trac.macosforge.org/projects/ruby/changeset/4186
Author:   lsansonetti at apple.com
Date:     2010-06-01 19:59:52 -0700 (Tue, 01 Jun 2010)
Log Message:
-----------
remove debug log added by mistake in r4185

Revision Links:
--------------
    http://trac.macosforge.org/projects/ruby/changeset/4185

Modified Paths:
--------------
    MacRuby/trunk/dispatcher.cpp

Modified: MacRuby/trunk/dispatcher.cpp
===================================================================
--- MacRuby/trunk/dispatcher.cpp	2010-06-02 02:01:31 UTC (rev 4185)
+++ MacRuby/trunk/dispatcher.cpp	2010-06-02 02:59:52 UTC (rev 4186)
@@ -714,7 +714,6 @@
 		}
 		std::string types;
 		vm_gen_bs_func_types(argc, argv, bs_func, types);
-		printf("dispatching `%s' with types `%s'\n", (char *)selname, types.c_str());
 
 		cache->flag = MCACHE_FCALL;
 		cache->sel = sel;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100601/81c60f85/attachment.html>


More information about the macruby-changes mailing list