chore: cleanup debug sout (oops)
This commit is contained in:
parent
8747537901
commit
73324022b0
1 changed files with 0 additions and 1 deletions
|
|
@ -59,7 +59,6 @@ public class IngredientListCtrl implements Initializable {
|
||||||
if (recipe == null) {
|
if (recipe == null) {
|
||||||
this.ingredients = FXCollections.observableArrayList(new ArrayList<>());
|
this.ingredients = FXCollections.observableArrayList(new ArrayList<>());
|
||||||
} else {
|
} else {
|
||||||
System.out.println("refetched");
|
|
||||||
List<String> ingredientList = recipe.getIngredients();
|
List<String> ingredientList = recipe.getIngredients();
|
||||||
this.ingredients = FXCollections.observableArrayList(ingredientList);
|
this.ingredients = FXCollections.observableArrayList(ingredientList);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue