Removed a debug printf; fix #3834

This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-10-28 23:39:21 +09:00
parent 1b45e034ba
commit 59dc7d0763
-3
View File
@@ -151,9 +151,6 @@ envadjust(mrb_state *mrb, mrb_value *oldbase, mrb_value *newbase, size_t size)
e->stack = newbase + off;
}
else if (e && MRB_ENV_STACK_SHARED_P(e)) {
fprintf(stderr, "bingo! %p\n", e);
}
ci->stackent = newbase + (ci->stackent - oldbase);
ci++;
}