fix: remove console.log
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Damillora 2024-12-01 18:41:31 +00:00
parent a511f900dd
commit 95ea44f1f7

View File

@ -1,4 +1,3 @@
import { unified } from "unified"; import { unified } from "unified";
import type { Plugin } from "unified"; import type { Plugin } from "unified";
import parse from "rehype-parse"; import parse from "rehype-parse";
@ -47,7 +46,6 @@ export const postProcessor: Plugin = () => {
// node.properties.sizes = `${sizesString}`; // node.properties.sizes = `${sizesString}`;
node.properties.srcSet = null; node.properties.srcSet = null;
node.properties.sizes = null; node.properties.sizes = null;
console.log(node.properties);
} }
// Embeds // Embeds
if (node.tagName == 'iframe') { if (node.tagName == 'iframe') {