From 89707c2c8dd7068d6fe9bd7f12b389e937fe1fed Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 10 Jun 2010 22:09:19 +0000 Subject: configurator: remove debugging output --- lib/unicorn/configurator.rb | 3 --- 1 file changed, 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 -- cgit v1.2.3-24-ge0c7