MDL-35773 core_backup: removed unnecessary set_samesite_notification()

This commit is contained in:
Mark Nelson 2019-06-25 02:26:15 +08:00
parent 8e83e54815
commit 420384ae36

View File

@ -211,7 +211,6 @@ if (!async_helper::is_async_pending($id, 'course', 'backup')) {
'headingident' => 'backup'
);
echo $renderer->set_samesite_notification();
echo $renderer->render_from_template('core/async_backup_status', $progresssetup);
}