MDL-40063 mod_quiz: removed 'close attempt' add_to_log call

This commit is contained in:
Mark Nelson
2014-04-10 20:40:27 -07:00
parent 60ab03eb10
commit 68758eff12
-7
View File
@@ -157,13 +157,6 @@ if (!$finishattempt) {
}
}
// Otherwise, we have been asked to finish attempt, so do that.
// Log the end of this attempt.
add_to_log($attemptobj->get_courseid(), 'quiz', 'close attempt',
'review.php?attempt=' . $attemptobj->get_attemptid(),
$attemptobj->get_quizid(), $attemptobj->get_cmid());
// Update the quiz attempt record.
try {
if ($becomingabandoned) {