Skip to content

Commit 0ffa640

Browse files
author
Nathan Reyes
committed
Remove console.log
1 parent d7c7068 commit 0ffa640

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/DatePicker.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export default {
4343
},
4444
);
4545
if (this.isInline) return getPickerComponent();
46-
console.log(this.$scopedSlots);
4746
return h('popover', {
4847
attrs: {
4948
isExpanded: this.popoverExpanded,

0 commit comments

Comments
 (0)