mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 21:17: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
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user