Skip to content

Commit

Permalink
removed stray xdebug_break
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen committed Mar 6, 2024
1 parent 246044e commit 2d37d49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion questiontype.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public function response_file_areas() {

public function get_question_options($question) {
global $DB;
xdebug_break();
$question->options = $DB->get_record('qtype_aitext',
array('questionid' => $question->id), '*', MUST_EXIST);
parent::get_question_options($question);
Expand Down

0 comments on commit 2d37d49

Please sign in to comment.