Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmbabhazi committed Oct 25, 2024
1 parent 73b0a62 commit 97995ec
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export class TimeTrackingAuthorizedDirective implements OnInit {
) {}

ngOnInit(): void {
console.log('yess');
this._store.selectedOrganization$
.pipe(
distinctUntilChange(),
Expand Down Expand Up @@ -63,8 +62,6 @@ export class TimeTrackingAuthorizedDirective implements OnInit {
)
),
tap((hasPermission: boolean) => {
console.log(hasPermission);

if (hasPermission) {
this._viewContainer.createEmbeddedView(this._templateRef);
} else {
Expand Down

0 comments on commit 97995ec

Please sign in to comment.