diff --git a/js/background.js b/js/background.js index 7ef8f8208..8ce3e8066 100644 --- a/js/background.js +++ b/js/background.js @@ -2188,9 +2188,7 @@ }, }); } else { - window.log.verbose( - `Already seen session restore for pubkey: ${pubkey}` - ); + window.log.debug(`Already seen session restore for pubkey: ${pubkey}`); if (ev.confirm) { ev.confirm(); }