1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-04 13:05:22 +02:00

remove log

This commit is contained in:
Nikita Melnikov 2022-10-08 22:43:05 +08:00
parent d883fb7961
commit 462dda6be9

View file

@ -101,8 +101,6 @@ export default async function buildStatic(): Promise<void> {
const page = await Pages.get(alias.id);
console.log(page);
await renderPage(page, true);
}