aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-23 12:16:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-23 12:16:00 +0000
commit50d86fd7c1aa859fbdf4568894b0062b9a14c87f (patch)
tree1d449882f3932204a0a9c7fbd284139848ee92d5
parent80c917532aa06afbc4c5b3b0d24d93d3c8809343 (diff)
downloadruby-50d86fd7c1aa859fbdf4568894b0062b9a14c87f.tar.gz
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.rb1
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)