comment out print statement
This commit is contained in:
parent
f24d6e908b
commit
122bb889c9
@ -165,7 +165,8 @@ return function (port)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function onDisconnect(connection, payload)
|
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
|
if connectionThread then
|
||||||
connectionThread = nil
|
connectionThread = nil
|
||||||
collectgarbage()
|
collectgarbage()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user