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 | 936aa524ae8085b7140b6753f0178f123cd381e8 (patch) | |
| tree | 257af22bd479e6b5221a5190423551fa5a1668f3 | |
| parent | 44c7dcf7ff012a7e5acfa9ee68c6586527af799d (diff) | |
| download | ruby-936aa524ae8085b7140b6753f0178f123cd381e8.tar.gz ruby-936aa524ae8085b7140b6753f0178f123cd381e8.tar.xz ruby-936aa524ae8085b7140b6753f0178f123cd381e8.zip | |
* lib/debug.rb (debug_command): remove debug print.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | lib/debug.rb | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Mon Oct 20 09:45:12 2003 NAKAMURA Usaku <usa@ruby-lang.org> + + * lib/debug.rb (debug_command): remove debug print. + Sun Oct 19 13:12:30 2003 Tanaka Akira <akr@m17n.org> * lib/pathname.rb (foreachline, dir_foreach): add obsolete warning. diff --git a/lib/debug.rb b/lib/debug.rb index a3f6c2800..b15f4d4b5 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) |
