summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-08-27 10:49:10 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-08-27 10:49:10 +0200
commitd3d91ce3476dd6dd9aba06152ab076fd52902fe6 (patch)
tree8b654292503138cb4d3749036fe4c8ee242145ba /lib
parentc9123263ab5a108dcb0b1b7412367f0d7eaf6595 (diff)
downloadnextcloud-server-d3d91ce3476dd6dd9aba06152ab076fd52902fe6.tar.gz
nextcloud-server-d3d91ce3476dd6dd9aba06152ab076fd52902fe6.zip
revert debugging code which accidentially entered this pull request
Diffstat (limited to 'lib')
-rw-r--r--lib/updater.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/updater.php b/lib/updater.php
index ae742787269..df7332a96a9 100644
--- a/lib/updater.php
+++ b/lib/updater.php
@@ -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();