Skip to content

Commit 605857a

Browse files
committed
fix(plugin-markdown-hint): remove debug logger
1 parent 3894f1d commit 605857a

File tree

1 file changed

+0
-1
lines changed
  • plugins/markdown/plugin-markdown-hint/src/node

1 file changed

+0
-1
lines changed

plugins/markdown/plugin-markdown-hint/src/node/hint.ts

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export const hint: PluginWithOptions<MarkdownItHintOptions> = (
4545
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
4646
info = options[localePath]?.[name]
4747
} else {
48-
console.log('\nenv: ', env)
4948
info = md.renderInline(info, cleanMarkdownEnv(env))
5049
}
5150

0 commit comments

Comments
 (0)