remove kline debug log

This commit is contained in:
c9s 2022-06-13 10:38:15 +08:00
parent e8d25538f6
commit 35d04bd31f
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -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
}