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