Skip to content

Commit

Permalink
remove lingering console.log from all.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Feb 13, 2024
1 parent 5489c4f commit 6fb4ff0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ const guides = useCollection('guide');
const posts = useCollection('post');
const {hasItems, selectedTags} = useCollection();

console.log(guides.pages);

const showGuides = computed(() => hasItems(guides.pages, selectedTags));
const showPosts = computed(() => hasItems(posts.pages, selectedTags));
</script>
Expand Down

0 comments on commit 6fb4ff0

Please sign in to comment.