Skip to content

Commit aa062d7

Browse files
author
Michael Vasseur
committed
And more errors as the needed code was commented out
1 parent 76deaaf commit aa062d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

webapp/src/Controller/Jury/SubmissionController.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,16 +1344,16 @@ protected function createVisualization(array $judgings): void
13441344
if ($inProgress !== []) {
13451345
$this->addFlash('warning', 'Please be patient, this visualization is still in progress.');
13461346
}
1347-
if ($alreadyRequested != []) {
1347+
/*if ($alreadyRequested != []) {
13481348
$this->addFlash('warning', 'This visualization was already requested to be judged completely.');
1349-
}
1349+
}*/
13501350
} else {
13511351
if ($inProgress !== []) {
13521352
$this->addFlash('warning', sprintf('Please be patient, these visualizations are still in progress: %s', implode(', ', $inProgress)));
13531353
}
1354-
if ($alreadyRequested != []) {
1354+
/*if ($alreadyRequested != []) {
13551355
$this->addFlash('warning', sprintf('These judgings were already requested to be judged completely: %s', implode(', ', $alreadyRequested)));
1356-
}
1356+
}*/
13571357
if ($invalidJudgings !== []) {
13581358
$this->addFlash('warning', sprintf('These visualizations were skipped as the judgings were superseded by other judgings: %s', implode(', ', $invalidJudgings)));
13591359
}

0 commit comments

Comments
 (0)