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