Removing verbose debugging logs from blockbook

This commit is contained in:
Chris Troutner
2020-03-07 22:21:42 -08:00
parent 71c4d6f48a
commit d5b20fa456
+1 -1
View File
@@ -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 = {