Revision
4186
Author
lsansonetti@apple.com
Date
2010-06-01 19:59:52 -0700 (Tue, 01 Jun 2010)

Log Message

remove debug log added by mistake in r4185

Modified Paths

Diff

Modified: MacRuby/trunk/dispatcher.cpp (4185 => 4186)


--- 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;