revert debugging code which accidentially entered this pull request

This commit is contained in:
Thomas Müller 2013-08-27 10:49:10 +02:00
parent c9123263ab
commit d3d91ce347
1 changed files with 0 additions and 4 deletions

View File

@ -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();