From e37d8d0c6355e48fd6d2627313b9003a160f27fc Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 28 Feb 2010 19:36:16 -0800 Subject: bin/*: remove redundant $DEBUG check --- bin/unicorn_rails | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/unicorn_rails') diff --git a/bin/unicorn_rails b/bin/unicorn_rails index 4406a34..37ee027 100755 --- a/bin/unicorn_rails +++ b/bin/unicorn_rails @@ -181,11 +181,10 @@ def rails_builder(config, daemonize) end app = rails_builder(config, daemonize) -require 'pp' if $DEBUG - listeners << "#{host}:#{port}" if set_listener if $DEBUG + require 'pp' pp({ :unicorn_options => options, :app => app, -- cgit v1.2.3-24-ge0c7