Browse Source

remove debug

andre 4 năm trước cách đây
mục cha
commit
5a0f6bffac
1 tập tin đã thay đổi với 0 bổ sung7 xóa
  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',