1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-01 00:10:39 +02:00

Revert "debug bg get on launch"

This reverts commit 17e4b88258.
This commit is contained in:
Kyle Spearrin 2018-09-27 13:27:03 -04:00
parent 17e4b88258
commit b55398d7ac

View File

@ -14,8 +14,6 @@ export class LaunchGuardService implements CanActivate {
constructor(private cryptoService: CryptoService, private userService: UserService, private router: Router) { }
async canActivate() {
console.log('bg:');
console.log(BrowserApi.getBackgroundPage());
if (BrowserApi.getBackgroundPage() == null) {
this.router.navigate(['private-mode']);
return false;