remove renderer rules log
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Viktor Varland 2023-08-15 23:08:03 +02:00
parent 194350b307
commit b160b8356a
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

@ -55,7 +55,6 @@ Metalsmith(__dirname)
...md.renderer.rules,
...rules(md),
};
console.log(md.renderer.rules)
}
if (context.key == 'contents') {