Browse Source

Remove leftover debugging artifact in test

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
Ahmet Alp Balkan 10 years ago
parent
commit
e9e993922d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      integration-cli/docker_cli_build_test.go

+ 0 - 1
integration-cli/docker_cli_build_test.go

@@ -1583,7 +1583,6 @@ func TestBuildAddBadLinks(t *testing.T) {
 		symlinkTarget = fmt.Sprintf("/../../../../../../../../../../../..%s", tempDir)
 	}
 
-	t.Logf("***=== %s", symlinkTarget)
 	tarPath := filepath.Join(ctx.Dir, "links.tar")
 	nonExistingFile := filepath.Join(tempDir, targetFile)
 	fooPath := filepath.Join(ctx.Dir, targetFile)