fix: remove debug print
This commit is contained in:
		| @@ -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(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Johannes Kantz
					Johannes Kantz