mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
fix(logs): Removing debugging screen spam
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user