Removed auth route logging

This commit is contained in:
Emad-salah 2020-08-01 21:46:32 +01:00 committed by GitHub
parent ddb592f2d5
commit 650bf7f37c

View file

@ -441,7 +441,6 @@ module.exports = async (
app.post("/api/lnd/auth", async (req, res) => { app.post("/api/lnd/auth", async (req, res) => {
try { try {
logger.info("/api/lnd/auth Body:", req.body)
const health = await checkHealth(); const health = await checkHealth();
const walletInitialized = await walletExists(); const walletInitialized = await walletExists();
// If we're connected to lnd, unlock the wallet using the password supplied // If we're connected to lnd, unlock the wallet using the password supplied