Skip to content

Commit 09e48b0

Browse files
committed
Remove debug code
1 parent 178bf81 commit 09e48b0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/com/meowj/langutils/lang/convert/EnumEntity.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ public static EntityType getEntityType(ItemStack egg) throws ClassNotFoundExcept
155155
Object entityTag = tag.getClass().getMethod("getCompound", String.class).invoke(tag, "EntityTag");
156156
String id = (String) entityTag.getClass().getMethod("getString", String.class).invoke(entityTag, "id");
157157

158-
LangUtils.plugin.info(id);
159-
160158
return EntityType.fromName(id.replace("minecraft:", ""));
161159
}
162160

0 commit comments

Comments
 (0)