Skip to content

Commit 310c4f0

Browse files
authored
Update src/backend/facade.ts
1 parent 4aba061 commit 310c4f0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/backend/facade.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ export class BackendFacade {
409409
}
410410

411411
private async clearAzureSettings(): Promise<BackendConfigPanelState> {
412-
const conf = ConfirmationMessages.clearKey();
413412
const confirmed = await vscode.window.showWarningMessage(
414413
'Clear all Azure settings?',
415414
{ modal: true, detail: 'This will remove all Azure resource IDs, credentials, and backend configuration. You will need to reconfigure the backend to use it again.' },

0 commit comments

Comments
 (0)