Remove noisy debug

This commit is contained in:
fullwall 2024-08-19 11:29:34 +08:00
parent 93c78bb418
commit 412f67c4ef

View File

@ -890,8 +890,6 @@ public class HologramTrait extends Trait {
if (hologram == null) if (hologram == null)
return; return;
hologram.data().set(NPC.Metadata.TEXT_DISPLAY_COMPONENT, Messaging.minecraftComponentFromRawMessage(text)); hologram.data().set(NPC.Metadata.TEXT_DISPLAY_COMPONENT, Messaging.minecraftComponentFromRawMessage(text));
Messaging.idebug(
() -> "set hologram name to " + Messaging.minecraftComponentFromRawMessage(text) + " for " + npc);
} }
} }