Skip to content

Commit

Permalink
Remove the unsed method. (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubramanianaks authored Oct 6, 2023
1 parent 35c1f9d commit fd2a359
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/panels/CreateClusterPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ export class CreateClusterDataProvider implements PanelDataProvider<"createClust
createClusterRequest: args => this._handleCreateClusterRequest(args.isNewResourceGroup, args.resourceGroup, args.location, args.name, webview)
};
}
_handleCreateClusterSuccess(name: any) {
window.showInformationMessage(`Successfully created AKS cluster ${name}.`);
return;
}

private async _handleGetLocationsRequest(webview: MessageSink<ToWebViewMsgDef>) {
const provider = await this.resourceManagementClient.providers.get("Microsoft.ContainerService");
Expand Down

0 comments on commit fd2a359

Please sign in to comment.