Remove debug log for fallback identity in getCurrentIdentity function

This commit is contained in:
Mic 2025-03-20 23:52:00 +01:00
parent 689b2426f4
commit bb53027950

View file

@ -51,7 +51,7 @@ export async function getCurrentIdentity(msgHeader, getFull = false) {
identities_array.push({id: identity.id, email:identity.email})
if(fallback_identity === '') {
fallback_identity = {id: identity.id, email:identity.email}
console.log(">>>>>>>>>> getCurrentIdentity fallback_identity: " + JSON.stringify(fallback_identity));
// console.log(">>>>>>>>>> getCurrentIdentity fallback_identity: " + JSON.stringify(fallback_identity));
}
}
}