Remove excessive log
This commit is contained in:
parent
8a5235461d
commit
f3fead0559
1 changed files with 0 additions and 1 deletions
|
|
@ -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} */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue