mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-16 06:37:34 +00:00
remove log
This commit is contained in:
parent
d9b55c93ca
commit
48445ef698
|
@ -25,8 +25,6 @@ function socket:onMessage(txt)
|
||||||
if (gmInte.config.debug) then
|
if (gmInte.config.debug) then
|
||||||
gmInte.log("WebSocket Message: " .. txt, true)
|
gmInte.log("WebSocket Message: " .. txt, true)
|
||||||
end
|
end
|
||||||
print(data.method)
|
|
||||||
print(gmInte[data.method] && "true" || "false")
|
|
||||||
if (gmInte[data.method]) then
|
if (gmInte[data.method]) then
|
||||||
gmInte[data.method](data)
|
gmInte[data.method](data)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user