From c6617990950494438571aa0ef49b933972837141 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Thu, 11 Feb 2021 12:56:35 -0800 Subject: [PATCH] Commenting out debugging line --- src/routes/v4/slp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/v4/slp.js b/src/routes/v4/slp.js index 006a5f1..5585d35 100644 --- a/src/routes/v4/slp.js +++ b/src/routes/v4/slp.js @@ -1755,7 +1755,7 @@ class Slp { const username = 'BITBOX' const password = SLPDB_PASS_WL const combined = `${username}:${password}` - console.log(`combined: ${combined}`) + // console.log(`combined: ${combined}`) var base64Credential = Buffer.from(combined).toString('base64') var readyCredential = `Basic ${base64Credential}`