Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yongsk0066 committed Mar 2, 2024
1 parent 8b8ea40 commit 5590173
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion plugin/remark-mermaid/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ const visitCodeBlock = async (ast, vFile, isSimple) => {
let graphSvgFilename;
try {
graphSvgFilename = await render(value, destinationDir, vFile);
console.log("graphSvgFilename", graphSvgFilename)
vFile.info(`${lang} code block replaced with graph`, position, PLUGIN_NAME);
} catch (error) {
vFile.message(error, position, PLUGIN_NAME);
Expand Down

This file was deleted.

0 comments on commit 5590173

Please sign in to comment.