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

@@ -243,7 +243,6 @@ func (b *BTCC) Run() {
for _, x := range b.EnabledPairs {
currency := x
go func() {
log.Println(currency)
ticker, err := b.GetTickerPrice(StringToLower(currency))
if err != nil {
log.Println(err)