mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-31 17:57:43 +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);
|
this.cipherService.updateLastUsedDate(options.cipher.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('fill');
|
|
||||||
BrowserApi.tabSendMessage(tab, {
|
BrowserApi.tabSendMessage(tab, {
|
||||||
command: 'fillForm',
|
command: 'fillForm',
|
||||||
fillScript: fillScript,
|
fillScript: fillScript,
|
||||||
@ -181,7 +180,6 @@ export default class AutofillService implements AutofillServiceInterface {
|
|||||||
if (options.cipher.type !== CipherType.Login || totpPromise ||
|
if (options.cipher.type !== CipherType.Login || totpPromise ||
|
||||||
(options.fromBackground && this.platformUtilsService.isFirefox()) || options.skipTotp ||
|
(options.fromBackground && this.platformUtilsService.isFirefox()) || options.skipTotp ||
|
||||||
!options.cipher.login.totp || !this.tokenService.getPremium()) {
|
!options.cipher.login.totp || !this.tokenService.getPremium()) {
|
||||||
console.log('return early');
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user