Browse Source

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

Remove stray printf
David Calavera 9 years ago
parent
commit
e2bfedbc40
1 changed files with 0 additions and 1 deletions
  1. 0 1
      integration-cli/docker_cli_exec_test.go

+ 0 - 1
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")
 
 	{