diff --git a/controllers/admin/AdminSaferPayOfficialLogsController.php b/controllers/admin/AdminSaferPayOfficialLogsController.php index b406f68d..bbda32fe 100755 --- a/controllers/admin/AdminSaferPayOfficialLogsController.php +++ b/controllers/admin/AdminSaferPayOfficialLogsController.php @@ -244,10 +244,6 @@ public function printContextButton($context, $data) public function displayAjaxGetLog() { -// if (!$this->ensureHasPermissions([PermissionType::EDIT, PermissionType::VIEW], true)) { -// return; -// } - /** @var Invertus\SaferPay\Adapter\Tools $tools */ $tools = $this->module->getService(Tools::class);