diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-07-17 23:38:43 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-07-17 23:38:43 +0900 |
| commit | 0ac2d7ac977e640c0188fbb6e68f934ce35a79e1 (patch) | |
| tree | aff270f9cf38e88a9d59fb02ce1ac9ef8aad87ad | |
| parent | 8ce2af99f37caba9d5b8494195c2d096c652c3aa (diff) | |
| download | mruby-0ac2d7ac977e640c0188fbb6e68f934ce35a79e1.tar.gz mruby-0ac2d7ac977e640c0188fbb6e68f934ce35a79e1.zip | |
remove debug print
| -rw-r--r-- | src/range.c | 2 |
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 */ |
