Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22e5389

Browse files
committed
remove leftover
1 parent d7e1fdf commit 22e5389

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dd-smoke-tests/rum/src/main/groovy/datadog/smoketest/rum/AbstractRumServerSmokeTest.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ class AbstractRumServerSmokeTest extends AbstractServerSmokeTest {
5656
static void assertRumNotInjected(Response response) {
5757
assert response.header('x-datadog-rum-injected') == null: 'RUM header unexpectedly injected'
5858
def content = response.body().string()
59-
System.err.println(content)
6059
assert !content.contains('https://www.datadoghq-browser-agent.com'): 'RUM script unexpectedly injected'
6160
assert content.endsWith('</response>'): 'Response not fully flushed'
6261
}

0 commit comments

Comments
 (0)