mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
[EC-598] chore: clean up console logs
This commit is contained in:
@@ -50,8 +50,6 @@ export class Fido2Service implements Fido2ServiceAbstraction {
|
||||
credentialName: params.rp.name,
|
||||
userName: params.user.displayName,
|
||||
});
|
||||
// eslint-disable-next-line no-console
|
||||
console.log("Fido2Service.createCredential", params);
|
||||
|
||||
const attestationFormat = STANDARD_ATTESTATION_FORMAT;
|
||||
const encoder = new TextEncoder();
|
||||
@@ -109,13 +107,6 @@ export class Fido2Service implements Fido2ServiceAbstraction {
|
||||
})
|
||||
);
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.log("Fido2Service.createCredential => result", {
|
||||
credentialId: Fido2Utils.bufferToString(credentialId.raw),
|
||||
clientDataJSON: Fido2Utils.bufferToString(clientData),
|
||||
attestationObject: Fido2Utils.bufferToString(attestationObject),
|
||||
});
|
||||
|
||||
return {
|
||||
credentialId: Fido2Utils.bufferToString(credentialId.raw),
|
||||
clientDataJSON: Fido2Utils.bufferToString(clientData),
|
||||
|
||||
Reference in New Issue
Block a user