summaryrefslogtreecommitdiff
path: root/lib/debug.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debug.rb')
-rw-r--r--lib/debug.rb1
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)