Skip to content

Commit 4f185bd

Browse files
committed
debug: remove logs
1 parent a9a71fb commit 4f185bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/guards/auth-guard.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export const authGuard: CanMatchFn = (route, segments) => {
1616
const destroyRef = inject(DestroyRef)
1717

1818
if (savedUserId) {
19-
console.debug('AuthGuard: user found in local storage')
2019
return userService.getUser().pipe(
2120
takeUntilDestroyed(destroyRef),
2221
catchError((error: HttpErrorResponse) => {

0 commit comments

Comments
 (0)