summaryrefslogtreecommitdiffstats
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
commitf9fabff99dc4e95755c8124d59354ab18c7a13b0 (patch)
tree93bc0de27ba5e4e7d645bd33e970e96365203e15 /variable.c
parentd2d4589aebebd37080c8d96b6373d43283412f77 (diff)
downloadruby-f9fabff99dc4e95755c8124d59354ab18c7a13b0.tar.gz
ruby-f9fabff99dc4e95755c8124d59354ab18c7a13b0.tar.xz
ruby-f9fabff99dc4e95755c8124d59354ab18c7a13b0.zip
remove debug printf
git-svn-id: http://svn.ruby-lang.org/repos/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 b93dacf3d..dfb4b169c 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;