Remove unused config variable

This commit is contained in:
Michael 2020-11-21 15:15:58 +00:00
parent 1de6251627
commit aec9f1ebf0
2 changed files with 0 additions and 4 deletions

View file

@ -154,8 +154,6 @@ class Update
DI::lock()->release('dbupdate');
return $retval;
} else {
DI::config()->set('database', 'last_successful_update', $current);
DI::config()->set('database', 'last_successful_update_time', time());
Logger::notice('Database structure update finished.', ['from' => $stored, 'to' => $current]);
}