@cloudbase/manager-node 4.4.1 → 4.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -406,7 +406,6 @@ class FunctionService {
406
406
  LogRequestId: logRequestId,
407
407
  EndTime: endTime
408
408
  };
409
- console.log("params", params);
410
409
  const res = await this.tcbService.request('GetFunctionLogDetail', params);
411
410
  return res;
412
411
  }
@@ -227,7 +227,6 @@ class HostingService {
227
227
  let CdnDomain;
228
228
  // 2 分钟有效
229
229
  if ((cacheHosting === null || cacheHosting === void 0 ? void 0 : cacheHosting.cacheTime) && Number(cacheHosting === null || cacheHosting === void 0 ? void 0 : cacheHosting.cacheTime) + 120000 < Date.now()) {
230
- console.log('cache');
231
230
  CdnDomain = cacheHosting.CdnDomain;
232
231
  }
233
232
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/manager-node",
3
- "version": "4.4.1",
3
+ "version": "4.4.2",
4
4
  "description": "The node manage service api for cloudbase.",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {