Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Apr 8, 2024
1 parent 59803cd commit dbd70ae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions projects/Test/Common/RabbitMQCtl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,7 @@ private static ProcessStartInfo GetRabbitMqCtlStartInfo(string args)

private async Task<string> GetConnectionPidAsync(string connectionName)
{
// TODO
// Console.WriteLine("START list_connections connectionName {0}", connectionName);
string stdout = await ExecRabbitMQCtlAsync("list_connections --silent pid client_properties");

// TODO
// Console.WriteLine("END list_connections connectionName {0}", connectionName);

Match match = s_getConnectionProperties.Match(stdout);
while (match.Success)
{
Expand Down

0 comments on commit dbd70ae

Please sign in to comment.