Skip to content

Commit ceaf29b

Browse files
stirbyS1M0N38
authored andcommitted
chore: remove testing debug print in buy card
1 parent d0d0b02 commit ceaf29b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lua/log.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ function hook_buy_card()
229229
for i, card in ipairs(G.shop_jokers.cards) do
230230
if card.unique_id == c1.unique_id then
231231
LOG.schedule_write({ name = "shop", arguments = { action = action, index = i - 1 } })
232-
sendDebugMessage("Logged shop action: " .. action .. " for card at index " .. i - 1, "LOG")
233232
break
234233
end
235234
end

0 commit comments

Comments
 (0)