From cc51b94b345388255c397990d5044c168b8d130c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20=C3=85berg?= Date: Mon, 7 Jul 2025 16:57:52 +0200 Subject: [PATCH] remove console log --- libs/common/src/platform/services/fido2/fido2-autofill-utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/common/src/platform/services/fido2/fido2-autofill-utils.ts b/libs/common/src/platform/services/fido2/fido2-autofill-utils.ts index 787c2bf7a3b..31f6ce10e01 100644 --- a/libs/common/src/platform/services/fido2/fido2-autofill-utils.ts +++ b/libs/common/src/platform/services/fido2/fido2-autofill-utils.ts @@ -11,7 +11,6 @@ import { parseCredentialId } from "./credential-id-utils"; export async function getCredentialsForAutofill( ciphers: CipherView[], ): Promise { - console.log("getCredentialsForAutofill", ciphers.length); return ciphers .filter( (cipher) =>