Skip to content

Commit

Permalink
Removing verbose debugging logs from blockbook
Browse files Browse the repository at this point in the history
  • Loading branch information
christroutner committed Mar 8, 2020
1 parent 71c4d6f commit d5b20fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blockbook.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit d5b20fa

Please sign in to comment.