diff --git a/src/tools.ts b/src/tools.ts index ae9ec6d..ebad539 100644 --- a/src/tools.ts +++ b/src/tools.ts @@ -139,7 +139,6 @@ function lockCodeUsingDecoration ( const selection = selections[0]! const fullModelRange = model.getFullModelRange() const wholeFileSelected = fullModelRange.equalsRange(selection) - console.log('selections', selections, selection, wholeFileSelected, lastEditableRange) if (wholeFileSelected) { const currentEditorValue = editor.getValue() const before = model.getOffsetAt(lastEditableRange.getStartPosition())