Skip to content

Commit

Permalink
tests: remove unneccessary print during test run
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Chadwell <[email protected]>
  • Loading branch information
jedevc committed Nov 15, 2022
1 parent 9105eef commit 7a777ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1814,9 +1814,6 @@ func testOCILayoutPlatformSource(t *testing.T, sb integration.Sandbox) {
} else {
err = os.WriteFile(fullFilename, tarItem.Data, 0644)
require.NoError(t, err)
if json.Valid(tarItem.Data) {
fmt.Println(fullFilename, string(tarItem.Data))
}
}
}

Expand Down

0 comments on commit 7a777ec

Please sign in to comment.