Skip to content

Commit

Permalink
Remove dump
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Sep 17, 2023
1 parent 30b3187 commit fca6c38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/src/Service/SubmissionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ public function getSubmissionList(
}
}
if (isset($restrictions['judging'])) {
dump($restrictions);
if ($restrictions['judging']) {
$queryBuilder->andWhere('j.starttime IS NOT NULL AND j.result IS NULL');
} else {
Expand Down

0 comments on commit fca6c38

Please sign in to comment.