1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-21 11:54:02 +00:00

remove console log

This commit is contained in:
Anders Åberg
2025-07-07 16:57:52 +02:00
parent 5c671aff10
commit cc51b94b34

View File

@@ -11,7 +11,6 @@ import { parseCredentialId } from "./credential-id-utils";
export async function getCredentialsForAutofill(
ciphers: CipherView[],
): Promise<Fido2CredentialAutofillView[]> {
console.log("getCredentialsForAutofill", ciphers.length);
return ciphers
.filter(
(cipher) =>