diff --git a/lib/pry.rb b/lib/pry.rb index efa97b58..d7e34dc7 100644 --- a/lib/pry.rb +++ b/lib/pry.rb @@ -51,8 +51,6 @@ module Pry target_self = target.eval('self') output.session_start(target_self) - # NOTE: this is set PRIOR TO the << to @nesting, so the value here - # is equal to the ultimate value in nesting.level nesting_level = @nesting.size # Make sure _ exists