Skip to content

Commit

Permalink
chore: Remove demo log call
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmeisterAn committed Feb 28, 2024
1 parent ad4ee13 commit 101c9db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Testcontainers/Clients/DockerContainerOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,6 @@ public async Task<ExecResult> ExecAsync(string id, IList<string> command, Cancel

public async Task<string> RunAsync(IContainerConfiguration configuration, CancellationToken ct = default)
{
// TODO: Move to an appropriate location. This is only for demonstration purposes; ideally, we add this to each resource CreateAsync(CancellationToken) method.
await LogContainerRuntimeInfoAsync(ct)
.ConfigureAwait(false);

var converter = new ContainerConfigurationConverter(configuration);

var hostConfig = new HostConfig
Expand Down

0 comments on commit 101c9db

Please sign in to comment.