Skip to content

Commit

Permalink
removed debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jul 16, 2021
1 parent 620375e commit 86a12de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,5 @@ func setSysctl(sysctl string, newVal int) error {
}

func (c *DockerRuntime) StopContainer(ctx context.Context, name string) error {
log.Printf("Stopping container %q", name)
return c.Client.ContainerKill(ctx, name, "kill")
}

0 comments on commit 86a12de

Please sign in to comment.