summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
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;