From 936aa524ae8085b7140b6753f0178f123cd381e8 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 20 Oct 2003 00:46:01 +0000 Subject: * 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 --- lib/debug.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') 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) -- cgit