Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Reyes committed Mar 2, 2018
1 parent d7c7068 commit 0ffa640
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/DatePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export default {
},
);
if (this.isInline) return getPickerComponent();
console.log(this.$scopedSlots);
return h('popover', {
attrs: {
isExpanded: this.popoverExpanded,
Expand Down

0 comments on commit 0ffa640

Please sign in to comment.