Commit b92ee7f0cab651429ff18a130775147a23f58dd4

Thomas de Grivel 2024-09-11T13:01:47

less debug log

1
2
3
4
5
6
7
8
9
10
11
12
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