diff --git a/question/type/multianswer/questiontype.php b/question/type/multianswer/questiontype.php index a19db17f18ca5..cc320d5d7d2a3 100644 --- a/question/type/multianswer/questiontype.php +++ b/question/type/multianswer/questiontype.php @@ -74,7 +74,6 @@ function save_question_options($question) { // if we still have some old wrapped question ids, reuse the next of them if ($oldwrappedid = array_shift($oldwrappedids)) { $wrapped->id = $oldwrappedid; - // $oldqtype = get_field('question', 'qtype', 'id',$oldwrappedid) ; if($oldqtype != $wrapped->qtype ) { switch ($oldqtype) {