Remove debug for position updated

This commit is contained in:
2025-10-27 11:05:15 +07:00
parent abd5eb675c
commit ce43bbf31f

View File

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