about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/unicorn/socket_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/unicorn/socket_helper.rb b/lib/unicorn/socket_helper.rb
index ea8f8c7..b0fd3ce 100644
--- a/lib/unicorn/socket_helper.rb
+++ b/lib/unicorn/socket_helper.rb
@@ -138,7 +138,6 @@ module Unicorn
         end
       elsif /\A(\d+\.\d+\.\d+\.\d+):(\d+)\z/ =~ address ||
             /\A\[([a-fA-F0-9:]+)\]:(\d+)\z/ =~ address
-        p [ $1, $2 ]
         Kgio::TCPServer.new($1, $2.to_i)
       else
         raise ArgumentError, "Don't know how to bind: #{address}"