]> git.mjollnir.org Git - moodle.git/commitdiff
removing an echo diagnostic message MDL-12063
authorpichetp <pichetp>
Mon, 18 Feb 2008 17:00:23 +0000 (17:00 +0000)
committerpichetp <pichetp>
Mon, 18 Feb 2008 17:00:23 +0000 (17:00 +0000)
question/type/multianswer/questiontype.php

index 6054d5180ad456fe9758194bfa9df5e5d38eacee..a19db17f18ca564ebad9162b9ce2399c8f6236c8 100644 (file)
@@ -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);