Skip to content

Commit 76deaaf

Browse files
author
Michael Vasseur
committed
Just move the whole code away for now
This is needed during testing of the job on the judgehost
1 parent f6baa3a commit 76deaaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webapp/src/Controller/Jury/SubmissionController.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,11 +1313,11 @@ protected function createVisualization(array $judgings): void
13131313
$numRequested = 0;
13141314
foreach ($judgings as $judging) {
13151315
$judgingId = $judging->getJudgingid();
1316+
/*elseif ($judging->getVisualization()) {
1317+
$alreadyRequested[] = $judgingId;*/
13161318
if ($judging->getResult() === null) {
13171319
$inProgress[] = $judgingId;
1318-
/*} elseif ($judging->getVisualization()) {
1319-
$alreadyRequested[] = $judgingId;
1320-
*/}/ elseif (!$judging->getValid()) {
1320+
} elseif (!$judging->getValid()) {
13211321
$invalidJudgings[] = $judgingId;
13221322
} else {
13231323
$outs = $judging->getRuns()->toArray();

0 commit comments

Comments
 (0)