Reduce unnecessary or overly verbose logging

This commit is contained in:
Scott Nonnenberg
2021-02-04 11:39:07 -08:00
committed by GitHub
parent 850482ea70
commit 089e2864b3
7 changed files with 16 additions and 17 deletions

View File

@@ -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,