From: tjhunt Date: Wed, 12 Jul 2006 17:54:45 +0000 (+0000) Subject: Doh! remove debug code. Sorry. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fc05b7d1ca295d5705ec96cfe0718b3d351dcc4d;p=moodle.git Doh! remove debug code. Sorry. --- diff --git a/question/format/gift/format.php b/question/format/gift/format.php index c3a873d18a..e7f765f339 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 {