Skip to content

Commit 773472d

Browse files
committed
chore: remove unnecessary log
1 parent e3a191e commit 773472d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node/markdownToVue.ts

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export function createMarkdownToVueRenderFn(
5959
let includes: string[] = []
6060
src = src.replace(includesRE, (_, m1) => {
6161
const includePath = path.join(dir, m1)
62-
console.log(includePath)
6362
const content = fs.readFileSync(includePath, 'utf-8')
6463
includes.push(slash(includePath))
6564
return content

0 commit comments

Comments
 (0)