Remove debug for position updated
This commit is contained in:
@@ -2653,9 +2653,6 @@ public class TradingBotBase : ITradingBot
|
|||||||
};
|
};
|
||||||
|
|
||||||
await agentGrain.OnPositionUpdatedAsync(positionUpdatedEvent);
|
await agentGrain.OnPositionUpdatedAsync(positionUpdatedEvent);
|
||||||
// No need to notify platform grain, it will be notified when position is closed or opened only
|
|
||||||
|
|
||||||
await LogDebug($"Sent position updated event to both grains for position {position.Identifier}");
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user