mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-14 02:53:50 +00:00
binance: remove verbose log
This commit is contained in:
parent
ed6f400161
commit
168e6306e7
|
@ -148,8 +148,6 @@ func (e *Exchange) QueryTickers(ctx context.Context, symbol ...string) (map[stri
|
||||||
}
|
}
|
||||||
|
|
||||||
func (e *Exchange) QueryMarkets(ctx context.Context) (types.MarketMap, error) {
|
func (e *Exchange) QueryMarkets(ctx context.Context) (types.MarketMap, error) {
|
||||||
log.Info("querying market info...")
|
|
||||||
|
|
||||||
exchangeInfo, err := e.Client.NewExchangeInfoService().Do(ctx)
|
exchangeInfo, err := e.Client.NewExchangeInfoService().Do(ctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|
Loading…
Reference in New Issue
Block a user