From 650bf7f37cdbf40b1480de9954e35f6ac0d9074b Mon Sep 17 00:00:00 2001 From: Emad-salah Date: Sat, 1 Aug 2020 21:46:32 +0100 Subject: [PATCH] Removed auth route logging --- src/routes.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes.js b/src/routes.js index 35e327b1..f8843b3f 100644 --- a/src/routes.js +++ b/src/routes.js @@ -441,7 +441,6 @@ module.exports = async ( app.post("/api/lnd/auth", async (req, res) => { try { - logger.info("/api/lnd/auth Body:", req.body) const health = await checkHealth(); const walletInitialized = await walletExists(); // If we're connected to lnd, unlock the wallet using the password supplied