summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-10-22 16:21:04 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2013-10-22 16:21:04 +0200
commit3d1d44352979436e2cd9dc93d5a097184907f335 (patch)
treec364c41725a2d372edb0ab59f979a942d472f567
parenteb348b776c4e6d317a42e979c9bbd379c7462b99 (diff)
downloadnextcloud-server-3d1d44352979436e2cd9dc93d5a097184907f335.tar.gz
nextcloud-server-3d1d44352979436e2cd9dc93d5a097184907f335.zip
remove debug output
-rw-r--r--apps/files_encryption/hooks/hooks.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_encryption/hooks/hooks.php b/apps/files_encryption/hooks/hooks.php
index ef216c2e2e7..6e2d360917b 100644
--- a/apps/files_encryption/hooks/hooks.php
+++ b/apps/files_encryption/hooks/hooks.php
@@ -560,7 +560,6 @@ class Hooks {
* @param array $params contains the app ID
*/
public static function postEnable($params) {
- error_log("app was enabled!");
if ($params['app'] === 'files_encryption') {
$session = new \OCA\Encryption\Session(new \OC\Files\View('/'));
$session->setInitialized(\OCA\Encryption\Session::NOT_INITIALIZED);