Skip to content

Commit

Permalink
refactor: remover console
Browse files Browse the repository at this point in the history
  • Loading branch information
solarjoker committed Oct 21, 2019
1 parent fb3bf82 commit 6ab54e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/select/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ class Select extends Component {
selectedItems.push(item)
}
})
console.log('**********', values, selectedItems)
return selectedItems
}

Expand Down

0 comments on commit 6ab54e5

Please sign in to comment.