diff --git a/question/format/gift/format.php b/question/format/gift/format.php index c3a873d18ac..e7f765f3397 100755 --- a/question/format/gift/format.php +++ b/question/format/gift/format.php @@ -589,11 +589,6 @@ function writequestion( $question ) { case NUMERICAL: $expout .= "::".$question->name."::".$tfname.$this->repchar( $question->questiontext, $textformat )."{#\n"; foreach ($question->options->answers as $answer) { - // DONOTCOMMIT - echo '
'; - var_export($answer); - echo ''; - if ($answer->answer != '') { $expout .= "\t=".$answer->answer.":".(float)$answer->tolerance."#".$this->repchar( $answer->feedback )."\n"; } else {