removed left over debug print
This commit is contained in:
parent
797b8580bb
commit
77ea3bc98a
1 changed files with 0 additions and 1 deletions
|
@ -255,7 +255,6 @@ class ConfirmPizzaEventState extends State<ConfirmPizzaEventDialog> {
|
|||
maxTime: DateTime.now().add(Duration(days: 365*10)),
|
||||
onConfirm: (newEventTime) {
|
||||
setState((){ this.eventTime = newEventTime; });
|
||||
print(getDateFormat().format(newEventTime));
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue