Skip to content

Commit 9c708f5

Browse files
committed
fixup! Add RubyVM.debug
1 parent 6563bd2 commit 9c708f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4222,7 +4222,6 @@ vm_keep_script_lines_set(VALUE self, VALUE flags)
42224222
static VALUE
42234223
vm_debug(int argc, VALUE *argv, VALUE _self)
42244224
{
4225-
fprintf(stderr, "%a\n", NUM2DBL(argv[0]));
42264225
return argv[0];
42274226
}
42284227

0 commit comments

Comments
 (0)