remove console.log from tailwind renderer
All checks were successful
continuous-integration/drone/push Build is passing

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

View file

@ -51,7 +51,6 @@ export const rules = (md) => {
code_inline: (tokens, idx, options, env, self) => {
tokens[idx].attrJoin("class", classes.code);
console.log(tokens[idx])
return defaultCodeOpenRenderer(tokens, idx, options, env, self);
},