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/dist/bundle.js +1 -1
- package/package.json +1 -1
- package/src/index.js +1 -1
package/package.json
CHANGED
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;
|