Fix remaining LakeBTC REST API requests and remove non-needed Printlns

This commit is contained in:
Adrian Gallagher
2017-03-06 20:56:16 +11:00
parent abd6ccea74
commit ce6fcf57e5
5 changed files with 46 additions and 38 deletions

View File

@@ -415,8 +415,6 @@ func (b *Bitfinex) GetAccountInfo() ([]BitfinexAccountInfo, error) {
if err != nil {
log.Println(err)
}
log.Println(response)
return response, nil
}