Browse Source

Remove erroneous Println

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
Christopher Crone 7 years ago
parent
commit
eb396e8984
1 changed files with 0 additions and 1 deletions
  1. 0 1
      integration-cli/docker_api_containers_test.go

+ 0 - 1
integration-cli/docker_api_containers_test.go

@@ -71,7 +71,6 @@ func (s *DockerSuite) TestContainerAPIGetJSONNoFieldsOmitted(c *check.C) {
 	c.Assert(err, checker.IsNil)
 	c.Assert(err, checker.IsNil)
 	c.Assert(containers, checker.HasLen, startCount+1)
 	c.Assert(containers, checker.HasLen, startCount+1)
 	actual := fmt.Sprintf("%+v", containers[0])
 	actual := fmt.Sprintf("%+v", containers[0])
-	fmt.Println(actual)
 
 
 	// empty Labels field triggered this bug, make sense to check for everything
 	// empty Labels field triggered this bug, make sense to check for everything
 	// cause even Ports for instance can trigger this bug
 	// cause even Ports for instance can trigger this bug