Skip to content

Commit 3460ba4

Browse files
committed
移除调试消息
1 parent 1177a5b commit 3460ba4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dependencies/isaac_box/modules/websocket.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ local function callbackOnMessage(messageReceieved, isBinary)
3535
if topic == "COMMAND" then
3636
Isaac.ExecuteCommand(message)
3737
elseif topic == "GET_ITEMS" then
38-
print("GET_ITEMS")
3938
if Items then
40-
print("CHANGED")
4139
emit("OFFER_ITEMS", require("json").encode(Items))
4240
end
4341
else

0 commit comments

Comments
 (0)