diff --git a/src/lib/content/postProcessor.ts b/src/lib/content/postProcessor.ts index c577482..8ce454f 100644 --- a/src/lib/content/postProcessor.ts +++ b/src/lib/content/postProcessor.ts @@ -1,4 +1,3 @@ - import { unified } from "unified"; import type { Plugin } from "unified"; import parse from "rehype-parse"; @@ -47,7 +46,6 @@ export const postProcessor: Plugin = () => { // node.properties.sizes = `${sizesString}`; node.properties.srcSet = null; node.properties.sizes = null; - console.log(node.properties); } // Embeds if (node.tagName == 'iframe') {