mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
xfunding: remove debug code
This commit is contained in:
parent
dbd54575e6
commit
e41f349fe7
|
@ -829,9 +829,6 @@ func (s *Strategy) syncFuturesPosition(ctx context.Context) {
|
||||||
bbgo.Notify("SpotPosition", s.SpotPosition)
|
bbgo.Notify("SpotPosition", s.SpotPosition)
|
||||||
bbgo.Notify("FuturesPosition", s.FuturesPosition)
|
bbgo.Notify("FuturesPosition", s.FuturesPosition)
|
||||||
bbgo.Notify("NeutralPosition", s.NeutralPosition)
|
bbgo.Notify("NeutralPosition", s.NeutralPosition)
|
||||||
|
|
||||||
// DEBUG CODE - triggering closing position automatically
|
|
||||||
// s.startClosingPosition()
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user