From: pichetp <pichetp> Date: Mon, 18 Feb 2008 17:00:23 +0000 (+0000) Subject: removing an echo diagnostic message MDL-12063 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=292a01dfa7dba7eab5d53987d50eb391179d3b50;p=moodle.git removing an echo diagnostic message MDL-12063 --- diff --git a/question/type/multianswer/questiontype.php b/question/type/multianswer/questiontype.php index 6054d5180a..a19db17f18 100644 --- a/question/type/multianswer/questiontype.php +++ b/question/type/multianswer/questiontype.php @@ -77,7 +77,6 @@ class embedded_cloze_qtype extends default_questiontype { // $oldqtype = get_field('question', 'qtype', 'id',$oldwrappedid) ; if($oldqtype != $wrapped->qtype ) { - echo "<p>oldqtype $oldqtype newqtype".$wrapped->qtype."</p>"; switch ($oldqtype) { case 'multichoice': delete_records('question_multichoice', 'question', $oldwrappedid);