Explorar el Código

emailAccounts

andre hace 2 años
padre
commit
5461a30949
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      app/UI/Client/EmailAccount/Pages/Accounts.php

+ 0 - 7
app/UI/Client/EmailAccount/Pages/Accounts.php

@@ -150,13 +150,6 @@ class Accounts extends DataTable implements ClientArea
         $hosting = Hosting::where('id', $this->getRequestValue('id'))->first();
 
         $api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');
-        logModuleCall(
-            'kerioEmail',
-            __FUNCTION__,
-            $params,
-            'Debug params',
-            $this
-        );
         try {
             $api->login($params['serverhostname'], $params['serverusername'], $params['serverpassword']);
             $domains = $api->getDomains(['id','name']);