about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-10 22:09:19 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-10 22:09:19 +0000
commit89707c2c8dd7068d6fe9bd7f12b389e937fe1fed (patch)
treefdded6a7aee02671c0af735e232f08ed7e9ebd98
parentee0088ea9906701f0c89e89ce78acd9d4820ee65 (diff)
downloadunicorn-89707c2c8dd7068d6fe9bd7f12b389e937fe1fed.tar.gz
-rw-r--r--lib/unicorn/configurator.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/unicorn/configurator.rb b/lib/unicorn/configurator.rb
index b1a317e..71c7a8a 100644
--- a/lib/unicorn/configurator.rb
+++ b/lib/unicorn/configurator.rb
@@ -441,7 +441,6 @@ module Unicorn
       ru =~ /\.ru\z/ or return
 
       /^#\\(.*)/ =~ File.read(ru) or return
-      warn "ru cli opts: #{$1}"
       RACKUP[:optparse].parse!($1.split(/\s+/))
 
       # XXX ugly as hell, WILL FIX in 2.x (along with Rainbows!/Zbatery)
@@ -449,8 +448,6 @@ module Unicorn
                       eval("[ host, port, set_listener, options, daemonize ]",
                            TOPLEVEL_BINDING)
 
-      warn [ :host, :port, :set_listener, :options, :daemonize ].inspect
-      warn [ ru, host, port, set_listener, options, daemonize ].inspect
       # XXX duplicate code from bin/unicorn{,_rails}
       set[:listeners] << "#{host}:#{port}" if set_listener