remove unnecessary message that connection is needed (#4982)

This commit is contained in:
kisantia
2019-04-10 16:22:18 -07:00
committed by GitHub
parent 293f9c22c4
commit 18c54f41bd

View File

@@ -94,7 +94,6 @@ export class DataTierApplicationWizard {
// don't open the wizard if connection dialog is cancelled
if (!this.connection) {
vscode.window.showErrorMessage(localize('dacfx.needConnection', 'Please connect to a server before using this wizard.'));
return;
}
}