Skip to content

Commit

Permalink
chore: remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sma1lboy committed Oct 11, 2024
1 parent e449fba commit 3fadc47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/vscode/src/lsp/FileTrackFeature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export class FileTrackerFeature extends EventEmitter implements StaticFeature {
this.context.subscriptions.push(
//when active text editor changes
window.onDidChangeActiveTextEditor(async (editor) => {
getLogger().info("onDidChangeActiveTextEditor happend:");
await this.addingChangeEditor(editor);
}),
);
Expand Down

0 comments on commit 3fadc47

Please sign in to comment.