]> git.mjollnir.org Git - moodle.git/commitdiff
removing an echo diagnostic output...
authorpichetp <pichetp>
Mon, 1 Dec 2008 04:03:48 +0000 (04:03 +0000)
committerpichetp <pichetp>
Mon, 1 Dec 2008 04:03:48 +0000 (04:03 +0000)
question/type/calculated/questiontype.php

index 35811d675abca466e044b8bdf27cd647a9aef4b7..72333f7a3e7db41eee67d312d0e7b8cdffea4f20 100644 (file)
@@ -1481,7 +1481,6 @@ class question_calculated_qtype extends default_questiontype {
                     AND a.name = ?", array($form->category, $name));
         $type = 1 ;
         $key = "$type-$form->category-$name";
-        echo "<p>categorydatasetdefs $name  <pre>"; print_r($categorydatasetdefs);echo "</pre></p> ";
         if (!empty($categorydatasetdefs)){ // there is at least one with the same name
             if (isset($categorydatasetdefs[$form->id])) {// it is already used by this question
                     $options[$key] = get_string($prefix."keptcategory$type", $langfile);