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 }