Remove debug log for fallback identity in getCurrentIdentity function
This commit is contained in:
parent
689b2426f4
commit
bb53027950
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ export async function getCurrentIdentity(msgHeader, getFull = false) {
|
||||||
identities_array.push({id: identity.id, email:identity.email})
|
identities_array.push({id: identity.id, email:identity.email})
|
||||||
if(fallback_identity === '') {
|
if(fallback_identity === '') {
|
||||||
fallback_identity = {id: identity.id, email:identity.email}
|
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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue