Skip to content

Commit c31347b

Browse files
author
Michael Vasseur
committed
Remove debug statement
1 parent 5fe99e2 commit c31347b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webapp/src/Controller/API/JudgehostController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,6 @@ public function internalErrorAction(Request $request): ?int
744744

745745
$field_name = null;
746746
$disabled_id = null;
747-
var_dump($disabled);
748747
if (in_array($disabled['kind'], ['compile_script', 'compare_script', 'run_script', 'debug_script'])) {
749748
$field_name = $disabled['kind'] . '_id';
750749
$disabled_id = $disabled[$field_name];

0 commit comments

Comments
 (0)