remove debug print

This commit is contained in:
Yukihiro Matsumoto
2012-07-17 23:38:43 +09:00
parent 8ce2af99f3
commit 0ac2d7ac97
-2
View File
@@ -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 */