Skip to content

Commit

Permalink
remove huge trace
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Lee <[email protected]>
  • Loading branch information
dave-gray101 committed Dec 17, 2024
1 parent 4139b34 commit 1675b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e-aio/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ var _ = Describe("E2E test", func() {
Expect(err).To(BeNil())
Expect(serialized).ToNot(BeNil())

GinkgoWriter.Printf("VAD Request Body JSON: %q\n", string(serialized))
//GinkgoWriter.Printf("VAD Request Body JSON: %q\n", string(serialized))

vadEndpoint := apiEndpoint + "/vad"
GinkgoWriter.Printf("TEMPORARY vadEndpoint: %q\n", vadEndpoint)
Expand Down

0 comments on commit 1675b79

Please sign in to comment.