Merge pull request #188 from Permissionless-Software-Foundation/ct-unstable

fix(logs): Removing debugging screen spam
This commit is contained in:
Chris Troutner
2022-04-25 15:32:14 -07:00
committed by GitHub
+2 -2
View File
@@ -115,7 +115,7 @@ class Electrum {
cashAddr cashAddr
) )
console.log('req.locals: ', req.locals) // console.log('req.locals: ', req.locals)
const response = await _this.axios.get( const response = await _this.axios.get(
`${_this.fulcrumApi}electrumx/balance/${address}` `${_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 // 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. // or is using Basic Authentiation, then do not use the cache.