Skip to content

Commit

Permalink
Remove erroneous Println
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Crone <[email protected]>
  • Loading branch information
chris-crone committed Sep 15, 2017
1 parent 7dabed0 commit eb396e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration-cli/docker_api_containers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ func (s *DockerSuite) TestContainerAPIGetJSONNoFieldsOmitted(c *check.C) {
c.Assert(err, checker.IsNil)
c.Assert(containers, checker.HasLen, startCount+1)
actual := fmt.Sprintf("%+v", containers[0])
fmt.Println(actual)

// empty Labels field triggered this bug, make sense to check for everything
// cause even Ports for instance can trigger this bug
Expand Down

0 comments on commit eb396e8

Please sign in to comment.