diff --git a/lib/create_workout/set_timings.dart b/lib/create_workout/set_timings.dart index 644ba5b..bed5142 100644 --- a/lib/create_workout/set_timings.dart +++ b/lib/create_workout/set_timings.dart @@ -51,13 +51,7 @@ class _SetTimingsState extends State { workoutArgument.exerciseTime = exerciseTime; workoutArgument.restTime = restTime; workoutArgument.halfTime = halfTime; - workoutArgument.halfwayMark = workoutArgument.halfwayMark == false ? 0 : 1; - - // ScaffoldMessenger.of(context).showSnackBar( - // SnackBar( - // content: Text( - // "${workoutArgument.restTime} + ${workoutArgument.exerciseTime}")), - // ); + workoutArgument.halfwayMark = halfwayMark == false ? 0 : 1; if (workoutArgument.id == "") { // Set the workout ID