Removed debug print statement

This commit is contained in:
Teriuihi 2021-10-21 17:32:26 +02:00
parent 9c18baa21e
commit d72930cb67

View File

@ -64,7 +64,6 @@ public class Utilities {
return WorthConfig.prices.getDouble(item.getType());
double price = -1;
List<Recipe> recipes = Bukkit.getRecipesFor(item);
System.out.println(item.getType());
for (Recipe recipe : recipes) {
double possiblePrice;
if (recipe instanceof ShapedRecipe shapedRecipe) {