Removed Debug Log Spam

This commit is contained in:
Tschipp 2021-10-22 12:11:18 +02:00
parent a595db4d78
commit 7f68fae6f7

View File

@ -105,7 +105,6 @@ public class ItemEvents
World world = event.getWorld();
if (e instanceof EntityItem)
{
System.out.println("Foo");
EntityItem eitem = (EntityItem) e;
ItemStack stack = eitem.getItem();
Item item = stack.getItem();