test: remove spurious print statements (#20503)

This commit is contained in:
Michael Schurter
2024-05-01 09:47:56 -07:00
committed by GitHub
parent 77dc74a301
commit 3aefc010d7
4 changed files with 0 additions and 7 deletions

View File

@@ -1053,7 +1053,6 @@ func TestDebug_EventStream(t *testing.T) {
archive := extractArchiveName(testOut.output)
require.NotEmpty(t, archive)
fmt.Println(archive)
// TODO dmay: verify evenstream.json output file contains expected content
}