summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/optparse.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/optparse.rb b/lib/optparse.rb
index 765344adb7..1c3fd19bed 100644
--- a/lib/optparse.rb
+++ b/lib/optparse.rb
@@ -1351,8 +1351,6 @@ class OptionParser
# non-option argument
else
catch(:prune) do
- require 'pp'
- pp @stack
visit(:each_option) do |sw|
sw.block.call(arg) if Switch === sw and sw.match_nonswitch?(arg)
end