summaryrefslogtreecommitdiff
path: root/src/app_state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app_state.rs')
-rw-r--r--src/app_state.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app_state.rs b/src/app_state.rs
index d2dd87b..76a4c45 100644
--- a/src/app_state.rs
+++ b/src/app_state.rs
@@ -435,7 +435,6 @@ impl AppState {
break;
};
- // Notify the progress bar that this exercise is pending.
if exercise_progress_sender
.send((exercise_ind, ExerciseCheckProgress::Checking))
.is_err()
@@ -450,7 +449,6 @@ impl AppState {
Err(_) => ExerciseCheckProgress::None,
};
- // Notify the progress bar that this exercise is done.
if exercise_progress_sender
.send((exercise_ind, progress))
.is_err()