Skip to content

Commit 27ac4db

Browse files
committed
[chore] no more console.log
1 parent 5862c12 commit 27ac4db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/handlers/mermaid.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,6 @@ mermaid.initialize(${JSON.stringify(mermaidOpts)});
454454
0,
455455
);
456456
warning(error.message);
457-
console.log("");
458457
return await makeDefault();
459458
} else {
460459
if (isRevealjsOutput(handlerContext.options.context.format.pandoc)) {
@@ -467,7 +466,6 @@ mermaid.initialize(${JSON.stringify(mermaidOpts)});
467466
0,
468467
);
469468
warning(error.message);
470-
console.log("");
471469
}
472470
return await makeJs();
473471
}

0 commit comments

Comments
 (0)