Merge pull request #19998 from estesp/remove-stray-printf

Remove stray printf
This commit is contained in:
David Calavera 2016-02-04 08:29:11 -08:00
commit e2bfedbc40
1 changed files with 0 additions and 1 deletions

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