diff --git a/lib/kc3/0.1/httpd.kc3 b/lib/kc3/0.1/httpd.kc3
index 026c5c8..a18ed34 100644
--- a/lib/kc3/0.1/httpd.kc3
+++ b/lib/kc3/0.1/httpd.kc3
@@ -45,7 +45,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