Remove debug lines

This commit is contained in:
AJ Ferguson 2021-01-13 19:19:01 -09:00
parent e87ae8f0dd
commit 196c9f5c17
20 changed files with 0 additions and 63 deletions

View file

@ -93,7 +93,6 @@ public class GeyserSpigot1_11CraftingListener implements Listener {
return;
}
System.out.println("Sending recipes!");
sendServerRecipes(session);
}