1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* eval.c: remove debug print.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2004-09-23 00:53:21 +00:00
parent 959176599c
commit bf189b88d3

1
eval.c
View file

@ -5881,7 +5881,6 @@ backtrace(lev)
NODE *n;
ary = rb_ary_new();
fprintf(stderr, "<ary=%p(0x%x)\n", ary, BUILTIN_TYPE(ary));
if (frame->last_func == ID_ALLOCATOR) {
frame = frame->prev;
}