fix: remove debug print
This commit is contained in:
parent
f567320ec3
commit
9b6d60a571
@ -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