binance: remove verbose log

This commit is contained in:
c9s 2021-12-23 22:29:14 +08:00
parent ed6f400161
commit 168e6306e7

View File

@ -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) {
log.Info("querying market info...")
exchangeInfo, err := e.Client.NewExchangeInfoService().Do(ctx)
if err != nil {
return nil, err