diff --git a/controllers/admin/AdminSaferPayOfficialLogsController.php b/controllers/admin/AdminSaferPayOfficialLogsController.php index 4f816a85..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);