summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-08 16:15:03 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-08 16:15:03 +0000
commit3f658870fe15b2d5878b219732aceb185532c6cc (patch)
tree93bc0de27ba5e4e7d645bd33e970e96365203e15 /variable.c
parent46e8ae110469cc8da8d1aad01dec7cd0a83eaae1 (diff)
remove debug printf
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/variable.c b/variable.c
index b93dacf3df..dfb4b169cd 100644
--- a/variable.c
+++ b/variable.c
@@ -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;