diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-10-22 16:21:04 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-10-22 16:21:04 +0200 |
commit | 3d1d44352979436e2cd9dc93d5a097184907f335 (patch) | |
tree | c364c41725a2d372edb0ab59f979a942d472f567 | |
parent | eb348b776c4e6d317a42e979c9bbd379c7462b99 (diff) | |
download | nextcloud-server-3d1d44352979436e2cd9dc93d5a097184907f335.tar.gz nextcloud-server-3d1d44352979436e2cd9dc93d5a097184907f335.zip |
remove debug output
-rw-r--r-- | apps/files_encryption/hooks/hooks.php | 1 |
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);
|