mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
revert debugging code which accidentially entered this pull request
This commit is contained in:
parent
c9123263ab
commit
d3d91ce347
1 changed files with 0 additions and 4 deletions
|
|
@ -127,10 +127,6 @@ class Updater extends BasicEmitter {
|
|||
');
|
||||
$result = $query->execute();
|
||||
} catch (\Exception $e) {
|
||||
$this->emit('\OC\Updater', 'filecacheProgress', array(10));
|
||||
$this->emit('\OC\Updater', 'filecacheProgress', array(20));
|
||||
$this->emit('\OC\Updater', 'filecacheProgress', array(30));
|
||||
$this->emit('\OC\Updater', 'filecacheProgress', array(40));
|
||||
return;
|
||||
}
|
||||
$users = $result->fetchAll();
|
||||
|
|
|
|||
Loading…
Reference in a new issue