From 0014687097c3c0ce8e728496ad7fa777372ea7fb Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 20 Oct 2003 00:46:01 +0000 Subject: [PATCH] * 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 --- ChangeLog | 4 ++++ lib/debug.rb | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 378bb243ff..be4ee182ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Oct 20 09:45:12 2003 NAKAMURA Usaku + + * lib/debug.rb (debug_command): remove debug print. + Sun Oct 19 13:12:30 2003 Tanaka Akira * lib/pathname.rb (foreachline, dir_foreach): add obsolete warning. 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)