Skip to content

Commit

Permalink
removed unnessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcaprice committed Aug 14, 2024
1 parent 36aa613 commit 578493b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/src/app/affiliation/affiliation-delete.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ export class AffiliationDeletePopupComponent implements OnInit, OnDestroy {

ngOnInit() {
this.activatedRoute.data.subscribe(({ affiliation }) => {
console.log(affiliation)

setTimeout(() => {
this.ngbModalRef = this.modalService.open(AffiliationDeleteDialogComponent as Component, {
size: 'lg',
Expand Down

0 comments on commit 578493b

Please sign in to comment.