Browse Source

bugfix usageupdate

andre 4 năm trước cách đây
mục cha
commit
2c081e049f
1 tập tin đã thay đổi với 0 bổ sung7 xóa
  1. 0 7
      zimbraSingle.php

+ 0 - 7
zimbraSingle.php

@@ -238,13 +238,6 @@ function zimbraSingle_UsageUpdate($params) {
         ->where('server', '=', $params['serverid'])
         ->where('domainstatus', '=', 'Active')
         ->get();
-    logModuleCall(
-        'zimbrasingle',
-        __FUNCTION__,
-        $productsObj,
-        'Debug',
-        (array)$productsObj[0]
-    );
     foreach((array)$productsObj as $productArray) {
         foreach($productArray as $product) {
             $accountQuota = $apiAccountManager->getQuota($product->username);