Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
majimaccho committed Oct 25, 2023
1 parent 69f5b75 commit b9fc153
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const typeToSectionLink = (str: string) => {

/// "[]!"以外の文字列のみtoSectionLinkを適用し、[]!は下の位置に戻す
const strArray = str.split(/(\[.*?\])/)
console.log({str, strArray});

let result = ''
for (const s of strArray) {
Expand Down

0 comments on commit b9fc153

Please sign in to comment.