We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb0ff0 commit ffb57cbCopy full SHA for ffb57cb
src/components/ProductChangelog.astro
@@ -55,8 +55,6 @@ if ("product" in input) {
55
}
56
57
const changelogs = await getChangelogs({ filter });
58
-
59
-console.log(changelogs.length);
60
---
61
62
<RSSButton href={rss} />
0 commit comments