Skip to content

Commit

Permalink
remove duplicate notifyLoadSucceeded
Browse files Browse the repository at this point in the history
  • Loading branch information
schottsfired committed Dec 13, 2024
1 parent 800108c commit 821f469
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/enhancer/snyk-report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ export class SnykReportTab extends Controls.BaseControl {
const sharedConfig: TFSBuildExtensionContracts.IBuildResultsViewExtensionConfig =
VSS.getConfiguration();
const vsoContext = VSS.getWebContext();

// Notify that initialization is complete
VSS.notifyLoadSucceeded();

if (sharedConfig) {
// register your extension with host through callback
sharedConfig.onBuildChanged((build: TFSBuildContracts.Build) => {
Expand Down

0 comments on commit 821f469

Please sign in to comment.