Skip to content

Commit

Permalink
MDL-36467 SCORM: remove old debugging superceded by full scorm debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden committed Nov 12, 2012
1 parent 8ccaa29 commit a82c1ad
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mod/scorm/datamodel.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@
}
}
}
// 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) {
Expand Down

0 comments on commit a82c1ad

Please sign in to comment.