andre hace 4 años
padre
commit
5a0f6bffac
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      zimbraSingle.php

+ 0 - 7
zimbraSingle.php

@@ -187,13 +187,6 @@ function zimbraSingle_ClientArea($params) {
     }
     $apiAccountManager = new Zm_Account($api);
     $accountInfo = $apiAccountManager->getAccountInfo($params['username']);
-    logModuleCall(
-        'zimbrasingle',
-        __FUNCTION__,
-        $params,
-        'Debug',
-        $accountInfo
-    );
     if(is_a($accountInfo, 'Exception')) {
         logModuleCall(
             'zimbrasingle',