Skip to content

Commit

Permalink
MDL-55611 calendar: remove duplicated 'scheduled task stuff'
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Apr 4, 2017
1 parent 5342a54 commit 14286eb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/classes/task/calendar_cron_task.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ public function execute() {

require_once($CFG->libdir . '/bennu/bennu.inc.php');

mtrace('Updating calendar subscriptions:');
cron_trace_time_and_memory();

$time = time();
$sql = "SELECT *
FROM {event_subscriptions}
Expand All @@ -69,8 +66,6 @@ public function execute() {
}
}

mtrace('Finished updating calendar subscriptions.');

return true;
}

Expand Down

0 comments on commit 14286eb

Please sign in to comment.