Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
josa42 committed May 20, 2019
1 parent 05f85da commit 6a211d4
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 @@ -9,7 +9,6 @@ export async function activate(context: ExtensionContext): Promise<void> {
return
}
const command = config.commandPath || await pkgBin('bash-language-server')
workspace.showMessage(`command: ${command}`, 'more')
if (!await commandExists(command)) {
await pkgInstall('bash-language-server')
}
Expand Down

0 comments on commit 6a211d4

Please sign in to comment.