Browse Source

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

Remove stray printf
David Calavera 9 năm trước cách đây
mục cha
commit
e2bfedbc40
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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")
 
 	{