remove renderer rules log
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
194350b307
commit
b160b8356a
|
@ -55,7 +55,6 @@ Metalsmith(__dirname)
|
||||||
...md.renderer.rules,
|
...md.renderer.rules,
|
||||||
...rules(md),
|
...rules(md),
|
||||||
};
|
};
|
||||||
console.log(md.renderer.rules)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (context.key == 'contents') {
|
if (context.key == 'contents') {
|
||||||
|
|
Loading…
Reference in a new issue