Skip to content

Commit c30dc9c

Browse files
committed
Removed debug output
1 parent 43aad87 commit c30dc9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/net/teamio/taam/TaamCraftingHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ public class TaamCraftingHandler {
99

1010
@SubscribeEvent
1111
public void onCrafting(ItemCraftedEvent craftedEvent) {
12-
Log.info("Test");
1312
//ItemStack item = craftedEvent.crafting;
1413
IInventory craftMatrix = craftedEvent.craftMatrix;
1514
for(int i=0; i < craftMatrix.getSizeInventory(); i++)

0 commit comments

Comments
 (0)