Skip to content

Commit

Permalink
delete unusable variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aziz-access committed Jan 17, 2024
1 parent bbca69a commit 80deff8
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ export class CatalogBrowserToolComponent implements OnInit, OnDestroy {
*/
private catalog$$: Subscription;

/**
* Subscription for authentication
*/
private authenticate$$: Subscription;

/**
* Whether a group can be toggled when it's collapsed
*/
Expand Down Expand Up @@ -101,7 +96,6 @@ export class CatalogBrowserToolComponent implements OnInit, OnDestroy {
*/
ngOnDestroy() {
this.catalog$$.unsubscribe();
// this.authenticate$$.unsubscribe();
}

/**
Expand Down

0 comments on commit 80deff8

Please sign in to comment.