From 95ea44f1f7c0d99d31554ef54e679ddee885491a Mon Sep 17 00:00:00 2001 From: Damillora Date: Sun, 1 Dec 2024 18:41:31 +0000 Subject: [PATCH] fix: remove console.log --- src/lib/content/postProcessor.ts | 2 -- 1 file changed, 2 deletions(-) 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') {