Skip to content

Commit fc5fc09

Browse files
committed
Remove outdated comments
1 parent 9705c16 commit fc5fc09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app_state.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@ impl AppState {
435435
break;
436436
};
437437

438-
// Notify the progress bar that this exercise is pending.
439438
if exercise_progress_sender
440439
.send((exercise_ind, ExerciseCheckProgress::Checking))
441440
.is_err()
@@ -450,7 +449,6 @@ impl AppState {
450449
Err(_) => ExerciseCheckProgress::None,
451450
};
452451

453-
// Notify the progress bar that this exercise is done.
454452
if exercise_progress_sender
455453
.send((exercise_ind, progress))
456454
.is_err()

0 commit comments

Comments
 (0)