summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/debug.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/debug.rb b/lib/debug.rb
index 9275b47cd9..17879e5145 100644
--- a/lib/debug.rb
+++ b/lib/debug.rb
@@ -700,7 +700,6 @@ EOHELP
@line = line
case event
when 'line'
- p [line, @stop_next]
frame_set_pos(file, line)
if !@no_step or @frames.size == @no_step
@stop_next -= 1