Skip to content

Commit

Permalink
MDL-11714, removing debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
toyomoyo committed Oct 12, 2007
1 parent dd9a2dc commit 558cb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/export/lib.php
Expand Up @@ -235,7 +235,7 @@ function display_preview() {
$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 {
Expand Down

0 comments on commit 558cb86

Please sign in to comment.