fix(logs): Removing debugging screen spam

This commit is contained in:
Chris Troutner
2022-04-25 15:31:24 -07:00
parent 0772782d20
commit 293213dc33
+2 -2
View File
@@ -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.