ywana-core8 0.0.642 → 0.0.643

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/index.umd.js CHANGED
@@ -1139,7 +1139,6 @@
1139
1139
  }).every(function (_ref3) {
1140
1140
  var name = _ref3[0],
1141
1141
  attr = _ref3[1];
1142
- console.log("validate", name, data[name], data[name] === null ? "NULL" : data[name] === undefined ? "UNDEFINED" : data[name]);
1143
1142
  return data[name] === null ? false : data[name] === undefined ? false : data[name] === "" ? false : _this.checkType(attr, data[name]);
1144
1143
  });
1145
1144
  }