diff --git a/lib/kc3/0.1/httpd.kc3 b/lib/kc3/0.1/httpd.kc3
index 89f2a5e..b3c945b 100644
--- a/lib/kc3/0.1/httpd.kc3
+++ b/lib/kc3/0.1/httpd.kc3
@@ -51,7 +51,6 @@ defmodule HTTPd do
client.addr_str
else
headers = req.headers
- puts(headers)
real_ip = headers["X-Real-IP"]
if (real_ip) do real_ip else client.addr_str end
end