comment out print statement

This commit is contained in:
Gregor 2017-06-01 04:31:10 +02:00
parent f24d6e908b
commit 122bb889c9

View File

@ -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()