Browse Source

emailAccounts

andre 2 years ago
parent
commit
5461a30949
1 changed files with 0 additions and 7 deletions
  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();
         $hosting = Hosting::where('id', $this->getRequestValue('id'))->first();
 
 
         $api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');
         $api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');
-        logModuleCall(
-            'kerioEmail',
-            __FUNCTION__,
-            $params,
-            'Debug params',
-            $this
-        );
         try {
         try {
             $api->login($params['serverhostname'], $params['serverusername'], $params['serverpassword']);
             $api->login($params['serverhostname'], $params['serverusername'], $params['serverpassword']);
             $domains = $api->getDomains(['id','name']);
             $domains = $api->getDomains(['id','name']);