mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MDL-36467 SCORM: remove old debugging superceded by full scorm debugger
This commit is contained in:
parent
8ccaa296fa
commit
a82c1ad05a
@ -82,12 +82,6 @@ if (confirm_sesskey() && (!empty($scoid))) {
|
||||
}
|
||||
}
|
||||
}
|
||||
// Log every datamodel update requested
|
||||
if (substr($element, 0, 15) == 'adl.nav.request' || substr($element, 0, 3) == 'cmi') {
|
||||
if (scorm_debugging($scorm)) {
|
||||
add_to_log($course->id, 'scorm', 'trk: scoid/'.$scoid.' at: '.$attempt, 'view.php?id='.$cm->id, "$element => $value", $cm->id);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
if ($result) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user