We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a191e commit 773472dCopy full SHA for 773472d
src/node/markdownToVue.ts
@@ -59,7 +59,6 @@ export function createMarkdownToVueRenderFn(
59
let includes: string[] = []
60
src = src.replace(includesRE, (_, m1) => {
61
const includePath = path.join(dir, m1)
62
- console.log(includePath)
63
const content = fs.readFileSync(includePath, 'utf-8')
64
includes.push(slash(includePath))
65
return content
0 commit comments