瀏覽代碼

clientareafunctions

andre 3 年之前
父節點
當前提交
2ffa3e04b0
共有 1 個文件被更改,包括 0 次插入9 次删除
  1. 0 9
      api/cwp7/Admin.php

+ 0 - 9
api/cwp7/Admin.php

@@ -398,15 +398,6 @@ class cwp7_Admin {
         curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($data));
         curl_setopt($ch, CURLOPT_POST, 1);
         $response = curl_exec($ch);
-
-        logModuleCall(
-            'cwp7',
-            __FUNCTION__,
-            $data,
-            'debug addDomain',
-            $response
-        );
-
         if(curl_getinfo($ch, CURLINFO_RESPONSE_CODE) != 200) {
             curl_close($ch);
             return array('status' => 'Error', 'err_msg' => curl_error($ch));