Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet committed Jul 28, 2024
1 parent 85b0a45 commit aed786c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parts/TokenizerMap/TokenizerMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const tokenizers = Object.create(null)

export const set = (id, value) => {
tokenizers[id] = value
console.log('reset', id)
TextDocument.resetInvalidStartIndex(id)
}

Expand Down

0 comments on commit aed786c

Please sign in to comment.