From 293213dc33f7cab4ac20fa6fd21cb73eb2aa7435 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 25 Apr 2022 15:31:24 -0700 Subject: [PATCH] fix(logs): Removing debugging screen spam --- src/routes/v5/electrumx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/v5/electrumx.js b/src/routes/v5/electrumx.js index e40f0ae..2c4be45 100644 --- a/src/routes/v5/electrumx.js +++ b/src/routes/v5/electrumx.js @@ -115,7 +115,7 @@ class Electrum { cashAddr ) - console.log('req.locals: ', req.locals) + // console.log('req.locals: ', req.locals) const response = await _this.axios.get( `${_this.fulcrumApi}electrumx/balance/${address}` @@ -197,7 +197,7 @@ class Electrum { } } - console.log('req.locals: ', req.locals) + // console.log('req.locals: ', req.locals) // Use the cache for anonymous users. If the user has a valid JWT token // or is using Basic Authentiation, then do not use the cache.