fix: remove debug print
This commit is contained in:
parent
b74a983d9a
commit
ea8beb9de5
@ -81,7 +81,6 @@ public class CreateFoodplanController {
|
||||
Food d2 = desserts.stream().filter(dessert -> dessert.getId() == secondDessertId).findFirst().get();
|
||||
|
||||
String d = date.getValue().toString();
|
||||
System.out.println(d);
|
||||
|
||||
if (currentPlan != null) { // update Foodplan
|
||||
long id = currentPlan.getId();
|
||||
|
Loading…
Reference in New Issue
Block a user