Skip to content

Commit

Permalink
remove annoying console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
toBeOfUse committed Apr 17, 2024
1 parent df804c5 commit 6620b63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public-frontend/src/components/projectCarousel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export default {
RenderNode
},
data() {
console.log(this.$slots.default())
return {
children: this.$slots.default()
};
Expand Down

0 comments on commit 6620b63

Please sign in to comment.