Skip to content

Commit 4f91b1b

Browse files
committed
remove a debug print
1 parent 8a3388d commit 4f91b1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

items/exotic.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,6 @@ local caeruleum = {
16951695
if G.jokers.cards[i] == card then
16961696
for _, b in ipairs(card.ability.cry_caeruleum) do
16971697
local caeruleum = G.jokers.cards[i + (b and 1 or -1)]
1698-
print(i + (b and 1 or -1))
16991698
local was_key_changed, new_key, op = Cryptid.caeruleum_new_key(key)
17001699

17011700
-- change the key!

0 commit comments

Comments
 (0)