Skip to content

Commit ab21da6

Browse files
authored
Merge pull request #268 from Microsoft/jjh/extraprintln
Remove two noisy non-required fmt.Println in test code
2 parents 437e687 + 186389d commit ab21da6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

functional/wcow_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,6 @@ func TestWCOWArgonShim(t *testing.T) {
387387

388388
argonShimScratchDir := testutilities.CreateTempDir(t)
389389
defer os.RemoveAll(argonShimScratchDir)
390-
fmt.Println("Calling CreateSCratchLayer:", argonShimScratchDir)
391-
fmt.Println("imageLayers:", imageLayers)
392390
if err := wclayer.CreateScratchLayer(argonShimScratchDir, imageLayers); err != nil {
393391
t.Fatalf("failed to create argon scratch layer: %s", err)
394392
}

0 commit comments

Comments
 (0)