diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-20 00:46:01 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-20 00:46:01 +0000 |
commit | 0014687097c3c0ce8e728496ad7fa777372ea7fb (patch) | |
tree | 257af22bd479e6b5221a5190423551fa5a1668f3 /lib/debug.rb | |
parent | a253e7c51214854f9139451a47bba87525cee75b (diff) | |
download | ruby-0014687097c3c0ce8e728496ad7fa777372ea7fb.tar.gz |
* lib/debug.rb (debug_command): remove debug print.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/debug.rb')
-rw-r--r-- | lib/debug.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/debug.rb b/lib/debug.rb index a3f6c28007..b15f4d4b59 100644 --- a/lib/debug.rb +++ b/lib/debug.rb @@ -300,7 +300,6 @@ class Context end when /^\s*b(?:reak)?\s+(?:(.+):)?([^.:]+)$/ - p $~.to_a pos = $2 if $1 klass = debug_silent_eval($1, binding) |