removing a debug print

This commit is contained in:
minjaesong
2024-09-12 20:53:53 +09:00
parent 7ed37cf355
commit 3a719bcbfa

View File

@@ -44,11 +44,6 @@ interface Pocketed {
item.effectOnUnequip(this as ActorWithBody)
}
if (this is IngamePlayer) {
printdbg(this, "UNEQUIP ITEM ${item.name}")
printStackTrace(this)
}
}
fun unequipItem(itemID: ItemID?) {