remove log

This commit is contained in:
Linventif 2023-09-27 03:29:44 +02:00
parent d9b55c93ca
commit 48445ef698

View File

@ -25,8 +25,6 @@ function socket:onMessage(txt)
if (gmInte.config.debug) then
gmInte.log("WebSocket Message: " .. txt, true)
end
print(data.method)
print(gmInte[data.method] && "true" || "false")
if (gmInte[data.method]) then
gmInte[data.method](data)
else