Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
mafasva committed May 28, 2024
1 parent 4863182 commit d67287d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ export class DataExplorerComponent implements OnInit, OnDestroy {
forkJoin(selectedCompositions$)
.pipe(
mergeMap((selectedCompositions) => {
debugger
selectedCompositions.forEach((composition) =>
this.aqbModel.handleElementSelect(composition)
)
Expand Down
1 change: 0 additions & 1 deletion src/app/shared/models/aqb/aqb-ui.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export class AqbUiModel {
}

if (this.selectDestination === AqbSelectDestination.Select) {
debugger
const isComposition =
clickEvent.compositionId === clickEvent.item.parentArchetypeId ||
clickEvent.compositionId === clickEvent.item.archetypeId
Expand Down

0 comments on commit d67287d

Please sign in to comment.