Skip to content

Commit

Permalink
IOMAD: "SCORM - LMSCommit failed" error on SCORM completion - IOMAD_4…
Browse files Browse the repository at this point in the history
…01_STABLE #1882
  • Loading branch information
turf212 committed Oct 2, 2023
1 parent 1f39fc2 commit 05b1dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/iomad_track/classes/observer.php
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ public static function course_completed($event) {

// Debug
if (!PHPUNIT_TEST) {
mtrace('Iomad completion recorded for userid ' . $userid . ' in courseid ' . $courseid);
//mtrace('Iomad completion recorded for userid ' . $userid . ' in courseid ' . $courseid);
}

self::record_certificates($courseid, $userid, $trackid);
Expand Down

0 comments on commit 05b1dd1

Please sign in to comment.