andre 1 год назад
Родитель
Сommit
03d29b62be

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

@@ -85,14 +85,6 @@ class MySoapClient extends SoapClient
     {
         $response = parent::__soapCall($function_name, $arguments, $options, $input_headers, $output_headers);
 
-        logModuleCall(
-            'zimbraEmail',
-            __FUNCTION__,
-            $arguments,
-            "Debug: response",
-            $options
-        );
-
         return $response;
     }
 

+ 8 - 0
app/Libs/Zimbra/Components/Api/Soap/Services/Update/UpdateAccount.php

@@ -31,6 +31,14 @@ class UpdateAccount extends CreateAccount
          */
         $result = $this->api->account->update($model);
 
+        logModuleCall(
+            'zimbraEmail',
+            __FUNCTION__,
+            $result,
+            'Debug Update',
+            $model
+        );
+
         /**
          * problem with create account
          */

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

@@ -150,14 +150,6 @@ class EditAccountDataProvider extends BaseDataProvider
          */
         $result = $service->run();
 
-        logModuleCall(
-            'zimbraEmail',
-            __FUNCTION__,
-            $result,
-            'Debug Update',
-            $this->formData
-        );
-
         /**
          * return success or error response
          */