]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove debug output
authorBjoern Schiessle <schiessle@owncloud.com>
Tue, 22 Oct 2013 14:21:04 +0000 (16:21 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Tue, 22 Oct 2013 14:21:04 +0000 (16:21 +0200)
apps/files_encryption/hooks/hooks.php

index ef216c2e2e7598f9cd0251c1b9b3f08a16f5a732..6e2d360917bc1fc30525d69788c88616e318c36d 100644 (file)
@@ -560,7 +560,6 @@ class Hooks {
         * @param array $params contains the app ID\r
         */\r
        public static function postEnable($params) {\r
-               error_log("app was enabled!");\r
                if ($params['app'] === 'files_encryption') {\r
                        $session = new \OCA\Encryption\Session(new \OC\Files\View('/'));\r
                        $session->setInitialized(\OCA\Encryption\Session::NOT_INITIALIZED);\r