ywana-core8 0.0.369 → 0.0.370

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
@@ -1127,7 +1127,6 @@
1127
1127
  }
1128
1128
 
1129
1129
  function select(event) {
1130
- console.log(event);
1131
1130
  var next = event.target.getAttribute("value");
1132
1131
  var option = options.find(function (option) {
1133
1132
  return option.value === next;