Skip to content

Commit

Permalink
stop infinity requests
Browse files Browse the repository at this point in the history
  • Loading branch information
salmma committed Aug 7, 2024
1 parent c925b02 commit bb3d323
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -329,10 +329,6 @@ export class NisqAnalyzerComponent implements OnInit {
this.dataSource = new MatTableDataSource(
this.allQpuSelectionResults
);
this.pollAnalysisJobData(
jobResult.initialMcdaMethod,
jobResult.initialMcdaJob
);
});
});
this.pollingAnalysisJobData.unsubscribe();
Expand Down

0 comments on commit bb3d323

Please sign in to comment.