From f3fead0559829665addcad89b5863d61f174287e Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Thu, 23 Sep 2021 21:51:56 -0400 Subject: [PATCH] Remove excessive log --- utils/GunSmith/gun.js | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/GunSmith/gun.js b/utils/GunSmith/gun.js index d4e9239e..c97f9caa 100644 --- a/utils/GunSmith/gun.js +++ b/utils/GunSmith/gun.js @@ -214,7 +214,6 @@ const handleMsg = async msg => { const [root, ...keys] = msg.path.split('>') if (root === '$user') { await waitForAuth() - logger.info('waited for auth ok') } /** @type {GunT.GUNNode} */