log.verbose isn't a thing

pull/828/head
Ryan Tharp 5 years ago
parent 8cca388eec
commit 0bf7dfab6a

@ -2188,9 +2188,7 @@
}, },
}); });
} else { } else {
window.log.verbose( window.log.debug(`Already seen session restore for pubkey: ${pubkey}`);
`Already seen session restore for pubkey: ${pubkey}`
);
if (ev.confirm) { if (ev.confirm) {
ev.confirm(); ev.confirm();
} }

Loading…
Cancel
Save