From: Thomas Müller Date: Tue, 27 Aug 2013 08:49:10 +0000 (+0200) Subject: revert debugging code which accidentially entered this pull request X-Git-Tag: v6.0.0alpha2~269^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d3d91ce3476dd6dd9aba06152ab076fd52902fe6;p=nextcloud-server.git revert debugging code which accidentially entered this pull request --- 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();