瀏覽代碼

Remove erroneous Println

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
Christopher Crone 8 年之前
父節點
當前提交
eb396e8984
共有 1 個文件被更改,包括 0 次插入1 次删除
  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(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