Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove debug comment
  • Loading branch information
ryoqun committed Oct 5, 2013
1 parent e1d02f7 commit dde67b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vm/builtin/mono_inline_cache.cpp
Expand Up @@ -72,7 +72,6 @@ namespace rubinius {
cache->hits_++;
if(handler)
{
//printf("before callback %p\n", handler);
handler(cache->method_);
}
return cache->method_->execute(state, call_frame, cache->method_, cache->stored_module_, args);
Expand Down

0 comments on commit dde67b2

Please sign in to comment.