mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
remove kline debug log
This commit is contained in:
parent
e8d25538f6
commit
35d04bd31f
|
@ -1248,9 +1248,6 @@ func (e *Exchange) QueryKLines(ctx context.Context, symbol string, interval type
|
|||
}
|
||||
|
||||
kLines = types.SortKLinesAscending(kLines)
|
||||
for _, k := range kLines {
|
||||
log.Info(k)
|
||||
}
|
||||
return kLines, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user