Skip to content

Commit 65cf9b2

Browse files
committed
it forgot the ~~doll~~ print statement
1 parent 40b9622 commit 65cf9b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/earth/terrarium/pastel/items/armor/CrystalArmorItem.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ public void onFall(ItemStack itemStack, LivingEntity targetEntity, float amount)
138138
public void onUnequip(LivingEntity entity, ItemStack stack, EquipmentSlot slot) {
139139
if (type == Type.HELMET) {
140140
for (var equippedStack : entity.getAllSlots()) {
141-
PastelCommon.logWarning("helmet removed");
142141
if (equippedStack.has(PastelDataComponentTypes.CRYSTAL_ARMOR_EMPOWERED))
143142
CrystalArmorItem.removeEmpowered(stack);
144143
}

0 commit comments

Comments
 (0)