mirror of
https://github.com/moodle/moodle.git
synced 2025-02-10 10:41:57 +01:00
SCORM MDL-23492 remove debug call
This commit is contained in:
parent
b1ca5d31dc
commit
c4b9eaff6c
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user