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