Skip to content

Commit

Permalink
MDL-49054 scorm: Remove some old debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden committed Mar 22, 2015
1 parent a149d6a commit b690605
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mod/scorm/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -495,13 +495,6 @@ function scorm_insert_track($userid, $scormid, $scoid, $attempt, $element, $valu
$track->value = $objectivesatisfiedstatus;
$track->timemodified = time();
$id = $DB->insert_record('scorm_scoes_track', $track);
ob_start();
$filepath = $CFG->dataroot."\\temp\\tempfile.txt";
$fh = fopen($filepath, "a+");
var_dump($track);
$string = ob_get_clean();
fwrite($fh, $string);
fclose($fh);
}
}
}
Expand Down

0 comments on commit b690605

Please sign in to comment.