SCORM MDL-23492 remove debug call

This commit is contained in:
Dan Marsden 2010-07-23 09:29:54 +00:00
parent b1ca5d31dc
commit c4b9eaff6c

View File

@ -593,7 +593,6 @@ function scorm_grade_user($scorm, $userid) {
break;
case AVERAGEATTEMPT:
$attemptcount = scorm_get_attempt_count($userid, $scorm, true);
print_object($attemptcount);
if (empty($attemptcount)) {
return 0;
} else {