Skip to content

Commit

Permalink
huh
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed May 25, 2024
1 parent c15d53b commit a94ea5b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ public void regradeSubmissions(List<Submission> submissions, Map<String, Problem
submissionsMap.put(gradingJid, submission);
}

submissionStore.flushGrading();

CompletableFuture.runAsync(() -> processor.process(submissionsMap, configsMap), executorService)
.exceptionally(e -> {
LOGGER.error("Failed to regrade submissions", e);
Expand Down

0 comments on commit a94ea5b

Please sign in to comment.