mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-22 17:12:01 -07:00
Removing verbose debugging logs from blockbook
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ class Blockbook {
|
||||
constructor(config) {
|
||||
this.restURL = config.restURL
|
||||
this.apiToken = config.apiToken
|
||||
console.log(`Blockbook apiToken: ${this.apiToken}`)
|
||||
// console.log(`Blockbook apiToken: ${this.apiToken}`)
|
||||
|
||||
// Add JWT token to the authorization header.
|
||||
this.axiosOptions = {
|
||||
|
||||
Reference in New Issue
Block a user