From 9df920f35225c5995cb86d80f8f895fd2d538943 Mon Sep 17 00:00:00 2001 From: Drew Ansbacher Date: Wed, 3 Nov 2021 15:49:06 -0600 Subject: [PATCH] no logs --- setup-wizard/src/app/guards/nav-guard.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup-wizard/src/app/guards/nav-guard.ts b/setup-wizard/src/app/guards/nav-guard.ts index 63ec780e5..e633f93c8 100644 --- a/setup-wizard/src/app/guards/nav-guard.ts +++ b/setup-wizard/src/app/guards/nav-guard.ts @@ -13,12 +13,8 @@ export class NavGuard implements CanActivate { canActivate (): boolean { if (this.httpService.productKey) { - console.log('here here here') - console.log('here here here') - return true } else { - console.log('here here here') this.router.navigateByUrl('product-key') return false }