diff --git a/httpserver.lua b/httpserver.lua index 0e1f16c..18cba4b 100644 --- a/httpserver.lua +++ b/httpserver.lua @@ -165,7 +165,8 @@ return function (port) end local function onDisconnect(connection, payload) - print("disconnected") +-- this should rather be a log call, but log is not available here +-- print("disconnected") if connectionThread then connectionThread = nil collectgarbage()