mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
remove debug logs
This commit is contained in:
parent
4bda1fee08
commit
03d99a4cab
|
@ -309,15 +309,13 @@ func (s *Stream) read(ctx context.Context) {
|
|||
s.EmitBalanceUpdateEvent(e)
|
||||
|
||||
case *KLineEvent:
|
||||
log.Debug(e.Event, " ", e.KLine, " ", e.KLine.Interval)
|
||||
s.EmitKLineEvent(e)
|
||||
|
||||
case *DepthEvent:
|
||||
log.Debug(e.Event, " ", "asks:", e.Asks[:2], "bids:", e.Bids[:2])
|
||||
s.EmitDepthEvent(e)
|
||||
|
||||
case *ExecutionReportEvent:
|
||||
log.Debug(e.Event, " ", e)
|
||||
log.Info(e.Event, " ", e)
|
||||
s.EmitExecutionReportEvent(e)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user