Remove erroneous Println

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
Christopher Crone 2017-09-15 11:37:54 +02:00
parent 7dabed019a
commit eb396e8984
1 changed files with 0 additions and 1 deletions

View File

@ -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