mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-28 17:27:50 +01:00
remove logging
This commit is contained in:
parent
962bd24974
commit
869446f7e7
@ -172,7 +172,6 @@ export default class AutofillService implements AutofillServiceInterface {
|
||||
this.cipherService.updateLastUsedDate(options.cipher.id);
|
||||
}
|
||||
|
||||
console.log('fill');
|
||||
BrowserApi.tabSendMessage(tab, {
|
||||
command: 'fillForm',
|
||||
fillScript: fillScript,
|
||||
@ -181,7 +180,6 @@ export default class AutofillService implements AutofillServiceInterface {
|
||||
if (options.cipher.type !== CipherType.Login || totpPromise ||
|
||||
(options.fromBackground && this.platformUtilsService.isFirefox()) || options.skipTotp ||
|
||||
!options.cipher.login.totp || !this.tokenService.getPremium()) {
|
||||
console.log('return early');
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user