Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellebore committed Nov 7, 2023
1 parent 40d702b commit 2765c5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ function registerNotifications({
});

languageClient.onNotification("sourcery/vscode/showSettings", (params) => {
console.log(params.section);
commands.executeCommand("workbench.action.openSettings", params.section);
});

Expand Down

0 comments on commit 2765c5a

Please sign in to comment.