Skip to content

Commit

Permalink
chore: remove logger.show
Browse files Browse the repository at this point in the history
  • Loading branch information
kvoon3 committed Aug 5, 2024
1 parent 99b720f commit 6beac29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ function updateConfig() {
}

export const { activate, deactivate } = defineExtension(async () => {
logger.show()

const bindings = await updateConfig()
logger.info(JSON.stringify(bindings, null, 2))
commands.executeCommand('whichkey.register', {
Expand Down

0 comments on commit 6beac29

Please sign in to comment.