remove console.log

This commit is contained in:
Peter Maquiran
2023-06-11 23:00:12 +01:00
parent fd7a9fee94
commit e2cd5d0d8b
13 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export class InactivityGuard implements CanActivate {
route: ActivatedRouteSnapshot,
state: RouterStateSnapshot): Observable<boolean | UrlTree> | Promise<boolean | UrlTree> | boolean | UrlTree {
console.log('hire inactinity!', state.url)
// console.log('hire inactinity!', state.url)
if ( (this.platform.is('desktop') || this.platform.is('mobileweb')) ) {