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:
matz 2001-06-08 16:15:03 +00:00
parent 46e8ae1104
commit 3f658870fe
1 changed files with 0 additions and 1 deletions

View File

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