mirror of
https://github.com/nextcloud/server.git
synced 2026-04-25 08:08:33 -04:00
remove debug output
This commit is contained in:
parent
eb348b776c
commit
3d1d443529
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue