Explorar el Código

createAccount ready

andre hace 2 años
padre
commit
6205f39928
Se han modificado 1 ficheros con 0 adiciones y 15 borrados
  1. 0 15
      app/Http/Actions/CreateAccount.php

+ 0 - 15
app/Http/Actions/CreateAccount.php

@@ -113,13 +113,6 @@ class CreateAccount extends AddonController
         } else {
         } else {
             $attr['domainQuota']['diskSizeLimit']['isActive'] = FALSE;
             $attr['domainQuota']['diskSizeLimit']['isActive'] = FALSE;
         }
         }
-        logModuleCall(
-            'kerioEmail',
-            __FUNCTION__,
-            $attr,
-            'Debug ID',
-            $params
-        );
         try {
         try {
             $result = $api->modifyDomain($domainID, $attr);
             $result = $api->modifyDomain($domainID, $attr);
         } catch (KerioApiException $error) {
         } catch (KerioApiException $error) {
@@ -132,14 +125,6 @@ class CreateAccount extends AddonController
             );
             );
             return ['error' => $error->getMessage()];
             return ['error' => $error->getMessage()];
         }             
         }             
-
-        logModuleCall(
-            'kerioEmail',
-            __FUNCTION__,
-            $attr,
-            'Debug ID',
-            $result
-        );
         $api->logout();
         $api->logout();
 
 
         /**
         /**