Removed auth route logging
This commit is contained in:
parent
ddb592f2d5
commit
650bf7f37c
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue