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 <estesp@linux.vnet.ibm.com> (github: estesp)
Upstream-commit: 77590d4dae9223ccd8edf9b153c669f631747f24
Component: engine
This commit is contained in:
Phil Estes
2016-02-04 10:13:31 -05:00
parent 76c413d163
commit 25898f320a

View File

@ -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")
{