summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-07-17 23:38:43 +0900
committerYukihiro Matsumoto <[email protected]>2012-07-17 23:38:43 +0900
commit0ac2d7ac977e640c0188fbb6e68f934ce35a79e1 (patch)
treeaff270f9cf38e88a9d59fb02ce1ac9ef8aad87ad /src
parent8ce2af99f37caba9d5b8494195c2d096c652c3aa (diff)
downloadmruby-0ac2d7ac977e640c0188fbb6e68f934ce35a79e1.tar.gz
mruby-0ac2d7ac977e640c0188fbb6e68f934ce35a79e1.zip
remove debug print
Diffstat (limited to 'src')
-rw-r--r--src/range.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/range.c b/src/range.c
index 2fa6763a6..14fa2a6a3 100644
--- a/src/range.c
+++ b/src/range.c
@@ -30,8 +30,6 @@ range_check(mrb_state *mrb, mrb_value a, mrb_value b)
return;
}
- mrb_p(mrb, a);
- mrb_p(mrb, b);
ans = mrb_funcall(mrb, a, "<=>", 1, b);
if (mrb_nil_p(ans)) {
/* can not be compared */