Skip to content

Commit

Permalink
removing an echo diagnostic message MDL-12063
Browse files Browse the repository at this point in the history
  • Loading branch information
pichetp committed Feb 18, 2008
1 parent 814a96f commit 292a01d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion question/type/multianswer/questiontype.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ function save_question_options($question) {
//
$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);
Expand Down

0 comments on commit 292a01d

Please sign in to comment.