diff --git a/components/engine/integration-cli/docker_cli_exec_test.go b/components/engine/integration-cli/docker_cli_exec_test.go index 92fef7af49..8b5ef48bd5 100644 --- a/components/engine/integration-cli/docker_cli_exec_test.go +++ b/components/engine/integration-cli/docker_cli_exec_test.go @@ -378,7 +378,6 @@ func (s *DockerSuite) TestExecDir(c *check.C) { id := strings.TrimSpace(out) execDir := filepath.Join(execDriverPath, id) - fmt.Println(execDriverPath) stateFile := filepath.Join(execDir, "state.json") {