Skip to content

Commit 58ee533

Browse files
committed
remove debug print
1 parent 117eee9 commit 58ee533

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/auto/itemupdates.lua

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ function updateBottles(segment)
102102
for i = 0, 3, 1 do
103103
local item = Tracker:FindObjectForCode("bottle"..i)
104104
local contents = segment:ReadUInt8(0x7ef35c + i)
105-
print(string.format("bottle %d contents: %d", i, contents))
106105
if contents == 0 then
107106
item.CurrentStage = 0
108107
else

0 commit comments

Comments
 (0)