瀏覽代碼

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

Remove stray printf
David Calavera 9 年之前
父節點
當前提交
e2bfedbc40
共有 1 個文件被更改,包括 0 次插入1 次删除
  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)
 	id := strings.TrimSpace(out)
 
 
 	execDir := filepath.Join(execDriverPath, id)
 	execDir := filepath.Join(execDriverPath, id)
-	fmt.Println(execDriverPath)
 	stateFile := filepath.Join(execDir, "state.json")
 	stateFile := filepath.Join(execDir, "state.json")
 
 
 	{
 	{