Skip to content

Commit

Permalink
fix: removed console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Sep 30, 2022
1 parent 9918559 commit c0b5031
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ export default class StatBlockPlugin extends Plugin {
`"<STATBLOCK-LINK>$1</STATBLOCK-LINK>"`
)
.replace(/\[\[([^"]+?)\]\]/g, (match, p1) => {
console.log(match, p1);
return `<STATBLOCK-LINK>${p1}</STATBLOCK-LINK>`;
})
);
Expand Down

0 comments on commit c0b5031

Please sign in to comment.