]> source.dussan.org Git - nextcloud-server.git/commitdiff
revert debugging code which accidentially entered this pull request
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 27 Aug 2013 08:49:10 +0000 (10:49 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 27 Aug 2013 08:49:10 +0000 (10:49 +0200)
lib/updater.php

index ae742787269bcf63b52fee49626ffe3db0c99cfb..df7332a96a97c24e79f72246d5477f0bae8ce89c 100644 (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();