Skip to content

Commit 9c1167f

Browse files
committed
fix: Remove console statement
1 parent b499b0b commit 9c1167f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Consumer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export default function Consumer(context) {
44
context
55
}),
66
render(h) {
7-
console.log(context.value);
87
return this.$scopedSlots.default(this.context.value);
98
}
109
};

0 commit comments

Comments
 (0)