Selaa lähdekoodia

remove debugging

andre 1 vuosi sitten
vanhempi
commit
bbb8f9e90a

+ 0 - 8
app/Libs/Zimbra/Components/Api/Soap/Actions/Account.php

@@ -107,14 +107,6 @@ class Account extends AbstractAction
         }
         $result = $this->connection->request("ModifyAccountRequest", $params);
 
-        logModuleCall(
-            'zimbraEmail',
-            __FUNCTION__,
-            $params,
-            "Debug: Soap",
-            $result
-        );
-
         $this->setLastResult($result);
 
         if($accountData = $result->getResponseBody()['MODIFYACCOUNTRESPONSE']['ACCOUNT'])

+ 0 - 9
app/UI/Client/EmailAccount/Providers/EditAccountDataProvider.php

@@ -139,15 +139,6 @@ class EditAccountDataProvider extends BaseDataProvider
             ->setProductManager($productManager)
             ->setFormData($this->formData);
 
-        logModuleCall(
-            'zimbraEmail',
-            __FUNCTION__,
-            $service,
-            'Debug Update',
-            $this->formData
-        );
-
-    
         /**
          * run service
          */