From 25898f320a39365676016523ea083100d0c3bee0 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Thu, 4 Feb 2016 10:13:31 -0500 Subject: [PATCH] Remove stray printf This came in with the Windows CI work and I assume was meant for local debug, but adds a bare printf line to the test output. Docker-DCO-1.1-Signed-off-by: Phil Estes (github: estesp) Upstream-commit: 77590d4dae9223ccd8edf9b153c669f631747f24 Component: engine --- components/engine/integration-cli/docker_cli_exec_test.go | 1 - 1 file changed, 1 deletion(-) 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") {