Reduce unnecessary or overly verbose logging
This commit is contained in:
parent
850482ea70
commit
089e2864b3
7 changed files with 16 additions and 17 deletions
|
@ -345,7 +345,6 @@
|
|||
|
||||
try {
|
||||
const id = await normalizeEncodedAddress(encodedAddress);
|
||||
window.log.info('loadSession', { encodedAddress, id });
|
||||
const session = this.sessions[id];
|
||||
|
||||
if (session) {
|
||||
|
@ -366,7 +365,6 @@
|
|||
|
||||
try {
|
||||
const id = await normalizeEncodedAddress(encodedAddress);
|
||||
window.log.info('storeSession', { encodedAddress, id });
|
||||
|
||||
const data = {
|
||||
id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue