mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
remove debug printf
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
46e8ae1104
commit
3f658870fe
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ fc_i(key, value, res)
|
|||
|
||||
if (!rb_is_const_id(key)) return ST_CONTINUE;
|
||||
|
||||
printf("fc: %s\n", rb_id2name(key));
|
||||
if (value == res->klass) {
|
||||
res->path = fc_path(res, key);
|
||||
return ST_STOP;
|
||||
|
|
Loading…
Reference in a new issue