We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 437e687 + 186389d commit ab21da6Copy full SHA for ab21da6
functional/wcow_test.go
@@ -387,8 +387,6 @@ func TestWCOWArgonShim(t *testing.T) {
387
388
argonShimScratchDir := testutilities.CreateTempDir(t)
389
defer os.RemoveAll(argonShimScratchDir)
390
- fmt.Println("Calling CreateSCratchLayer:", argonShimScratchDir)
391
- fmt.Println("imageLayers:", imageLayers)
392
if err := wclayer.CreateScratchLayer(argonShimScratchDir, imageLayers); err != nil {
393
t.Fatalf("failed to create argon scratch layer: %s", err)
394
}
0 commit comments