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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ywana-core8",
3
- "version": "0.0.369",
3
+ "version": "0.0.370",
4
4
  "description": "ywana-core8",
5
5
  "author": "Ernesto Roldan Garcia",
6
6
  "license": "MIT",
@@ -158,7 +158,6 @@ export const DropDown = (props) => {
158
158
  }
159
159
 
160
160
  function select(event) {
161
- console.log(event)
162
161
  const next = event.target.getAttribute("value")
163
162
  const option = options.find(option => option.value === next)
164
163
  if (onChange) onChange(id, next)