From ff65cf7a8e01fc437e7067d35909d3ec2ad825f7 Mon Sep 17 00:00:00 2001 From: nuxsmin Date: Mon, 30 Jan 2017 08:29:44 +0100 Subject: [PATCH] * [MOD] Disable some logging stuff --- inc/SP/Account/AccountAcl.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/SP/Account/AccountAcl.class.php b/inc/SP/Account/AccountAcl.class.php index 0c48d467..0ae782aa 100644 --- a/inc/SP/Account/AccountAcl.class.php +++ b/inc/SP/Account/AccountAcl.class.php @@ -289,8 +289,6 @@ class AccountAcl return $sessionAcl; } - debugLog('ACL NO cache: ' . $this->accountId); - return $this->updateAcl(); }