From 122bb889c9cc5ffef5e1e9c2a853560271968c96 Mon Sep 17 00:00:00 2001 From: Gregor Date: Thu, 1 Jun 2017 04:31:10 +0200 Subject: [PATCH] comment out print statement --- httpserver.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()