remove log

This commit is contained in:
Evan Simkowitz
2024-10-08 14:58:53 -04:00
parent f5c6a6d56e
commit 94182229b4
-1
View File
@@ -68,7 +68,6 @@ export class DocsPlugin {
const bar = progress.defaultBar()
bar.start(this.docs.length, 0, {prefix: 'rendering images', suffix: '-'})
for (const doc of this.docs) {
console.log("doc", doc)
if (doc.metadata.permalink === "/") {
doc.metadata.permalink = "/index"
}