Skip to content

Commit

Permalink
Remove a debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Jan 8, 2025
1 parent 425ba22 commit 4eab2ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions angular/src/app/loading/loading.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ export class LoadingComponent implements OnInit, OnDestroy {
})).subscribe((res: { params: Params; data: Data }) => {
const { params, data } = res;

debugger;

// NOTE: This logic is executed every time / is navigated to.
if (this.document.body.classList.contains('popup-mode') || this.document.body.classList.contains('full-mode')) {
return;
Expand Down

0 comments on commit 4eab2ba

Please sign in to comment.