]> git.mjollnir.org Git - moodle.git/commitdiff
Doh! remove debug code. Sorry.
authortjhunt <tjhunt>
Wed, 12 Jul 2006 17:54:45 +0000 (17:54 +0000)
committertjhunt <tjhunt>
Wed, 12 Jul 2006 17:54:45 +0000 (17:54 +0000)
question/format/gift/format.php

index c3a873d18ac7d0ed2f8f2f865bcf2871ae1bf291..e7f765f3397428a0d443a4c7cdc5d693619fcd8e 100755 (executable)
@@ -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 '<pre>';
-            var_export($answer);
-            echo '</pre>';
-            
             if ($answer->answer != '') {
                 $expout .= "\t=".$answer->answer.":".(float)$answer->tolerance."#".$this->repchar( $answer->feedback )."\n";
             } else {