Skip to content

Commit 4cd49f4

Browse files
committed
logging 2
1 parent 512a3ae commit 4cd49f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dd-java-agent/testing/src/main/groovy/datadog/trace/agent/test/base/HttpServerTest.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,8 +1041,8 @@ abstract class HttpServerTest<SERVER> extends WithHttpServer<SERVER> {
10411041
if (isDataStreamsEnabled()) {
10421042
TEST_DATA_STREAMS_WRITER.waitForGroups(1)
10431043
}
1044-
println(request)
1045-
println(response)
1044+
// println(request)
1045+
// println(response)
10461046
expect:
10471047
if (bubblesResponse()) {
10481048
assert response.code() == REDIRECT.status

0 commit comments

Comments
 (0)