Skip to content

Commit

Permalink
Remove Broker Migration Message logging (#3493)
Browse files Browse the repository at this point in the history
  • Loading branch information
luketomlinson authored Oct 9, 2024
1 parent 4d8402c commit 9b3b554
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Runner.Listener/MessageListener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ public async Task<TaskAgentMessage> GetNextMessageAsync(CancellationToken token)

if (message != null && message.MessageType == BrokerMigrationMessage.MessageType)
{
Trace.Info("BrokerMigration message received. Polling Broker for messages...");

var migrationMessage = JsonUtility.FromString<BrokerMigrationMessage>(message.Body);

await _brokerServer.UpdateConnectionIfNeeded(migrationMessage.BrokerBaseUrl, _creds);
Expand Down

0 comments on commit 9b3b554

Please sign in to comment.