Skip to content

Commit

Permalink
Remove print line statement if Symbol error
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanchewy committed Jun 25, 2018
1 parent 1a7b3ab commit 77adee9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/binancefeeder/binancefeeder.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ func GetAllSymbols() []string {
validSymbols := make([]string, 0)

if err != nil {
fmt.Println(err)
symbols := []string{"BTC", "EOS", "ETH", "BNB", "TRX", "ONT", "XRP", "ADA",
"LTC", "BCC", "TUSD", "IOTA", "ETC", "ICX", "NEO", "XLM", "QTUM", "BCH"}
return symbols
Expand Down

0 comments on commit 77adee9

Please sign in to comment.