Skip to content

Commit

Permalink
cleanup: remove unneeded console.info
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSaba committed Dec 12, 2024
1 parent 896f2d2 commit 7c5a675
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ function lockCodeUsingDecoration (
try {
editorOperations = tryIgnoreLockedCode(model, decorationFilter, editorOperations, withDecoration)
} catch (e) {
// eslint-disable-next-line no-console
console.info(e)
if (e instanceof LockedCodeError) {
// eslint-disable-next-line no-console
console.info(e)
Expand Down

0 comments on commit 7c5a675

Please sign in to comment.