diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-09-23 12:16:00 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-09-23 12:16:00 +0000 |
commit | 4d3e3c2550ca38ed23d3fb19cd86929b019efdf5 (patch) | |
tree | 1d449882f3932204a0a9c7fbd284139848ee92d5 | |
parent | 807114dd4dcff456c808590b116cef055a555118 (diff) |
forwardable.rb: remove debug print
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/forwardable.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/forwardable.rb b/lib/forwardable.rb index ba8452f695..b94c9a3e61 100644 --- a/lib/forwardable.rb +++ b/lib/forwardable.rb @@ -229,7 +229,6 @@ module Forwardable end end; - puts str vm.compile(str, __FILE__, __FILE__, line_no, trace_instruction: false, tailcall_optimization: true) |