fog / fog-backblaze

Integration library for gem fog and Backblaze B2 Cloud Storage
MIT License
19 stars 22 forks source link

Calls to b2_account_id print to stdout #12

Closed brycied00d closed 4 years ago

brycied00d commented 4 years ago

The first call to b2_account_id, which is triggered by most everything, will cause the JSON response from b2_authorize_account to be printed to the console. This behaviour seems to have been some debugging code that was accidentally left in.

https://github.com/fog/fog-backblaze/blob/f45d37606e937bdef2a5d59a1364a57a0f1f4c42/lib/fog/backblaze/storage/real.rb#L505