Removed debug print statement
This commit is contained in:
parent
9c18baa21e
commit
d72930cb67
|
|
@ -64,7 +64,6 @@ public class Utilities {
|
||||||
return WorthConfig.prices.getDouble(item.getType());
|
return WorthConfig.prices.getDouble(item.getType());
|
||||||
double price = -1;
|
double price = -1;
|
||||||
List<Recipe> recipes = Bukkit.getRecipesFor(item);
|
List<Recipe> recipes = Bukkit.getRecipesFor(item);
|
||||||
System.out.println(item.getType());
|
|
||||||
for (Recipe recipe : recipes) {
|
for (Recipe recipe : recipes) {
|
||||||
double possiblePrice;
|
double possiblePrice;
|
||||||
if (recipe instanceof ShapedRecipe shapedRecipe) {
|
if (recipe instanceof ShapedRecipe shapedRecipe) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user