Skip to content

Commit

Permalink
Minor: Remove debug flag from exercise.ajax.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Jan 20, 2025
1 parent fc4bda9 commit 68c26ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/main/inc/ajax/exercise.ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

require_once __DIR__.'/../global.inc.php';
$current_course_tool = TOOL_QUIZ;
$debug = true;
$debug = false;
api_protect_course_script(true);
$action = $_REQUEST['a'];
$course_id = api_get_course_int_id();
Expand Down

0 comments on commit 68c26ef

Please sign in to comment.