]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-11714, removing debugging statement
authortoyomoyo <toyomoyo>
Fri, 12 Oct 2007 01:34:59 +0000 (01:34 +0000)
committertoyomoyo <toyomoyo>
Fri, 12 Oct 2007 01:34:59 +0000 (01:34 +0000)
grade/export/lib.php

index 9360820e041400712d71822c74298575fd7ad517..b5f1bf12b44beffa25434f2dd9ac61e7393dc890 100755 (executable)
@@ -235,7 +235,7 @@ class grade_export {
                 $g = new grade_export_update_buffer();
                 $grade_grade = new grade_grade(array('itemid'=>$itemid, 'userid'=>$user->id));
                 $status = $g->track($grade_grade);
-echo "status is $status";
+
                 if ($this->updatedgradesonly && ($status == 'nochange' || $status == 'unknown')) {
                     echo '<td>'.get_string('unchangedgrade', 'grade').'</td>';
                 } else {