about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-02 16:27:30 -0800
committerEric Wong <normalperson@yhbt.net>2011-02-02 16:27:30 -0800
commit314680327b95c0dc5e11be45a6343ca2a18ee447 (patch)
tree81cb4b8e63d60ad5e50bd92ad78b9fba8f5e37f4
parente0160a18ef5c4592d1ac5ff24ba8ae0fd703057c (diff)
downloadunicorn-314680327b95c0dc5e11be45a6343ca2a18ee447.tar.gz
Oops!  Ugh, not my day...
-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}"