fix: remove console.log
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
a511f900dd
commit
95ea44f1f7
@ -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') {
|
||||||
|
Loading…
Reference in New Issue
Block a user