Remove excessive log

This commit is contained in:
Daniel Lugo 2021-09-23 21:51:56 -04:00
parent 8a5235461d
commit f3fead0559

View file

@ -214,7 +214,6 @@ const handleMsg = async msg => {
const [root, ...keys] = msg.path.split('>') const [root, ...keys] = msg.path.split('>')
if (root === '$user') { if (root === '$user') {
await waitForAuth() await waitForAuth()
logger.info('waited for auth ok')
} }
/** @type {GunT.GUNNode} */ /** @type {GunT.GUNNode} */