wgt-node-utils 1.2.18 → 1.2.19

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wgt-node-utils",
3
- "version": "1.2.18",
3
+ "version": "1.2.19",
4
4
  "description": "WGT工具类包",
5
5
  "main": "dist/bundle.js",
6
6
  "scripts": {
package/src/index.js CHANGED
@@ -154,7 +154,7 @@ class wgtNodeUtils {
154
154
  // 如果未获取到数据,使用enjoy4fun.com做为默认数据
155
155
  if (!siteData) {
156
156
  siteId = defaultSiteId;
157
- console.log(new Date(), `获取site失败: domain=${hostname}`);
157
+ // console.log(new Date(), `获取site失败: domain=${hostname}`);
158
158
  } else {
159
159
  siteId = siteData.siteId;
160
160
  this.domainMap[hostname] = siteId;