We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f3c69 commit 97f38c6Copy full SHA for 97f38c6
dd-trace-core/src/test/groovy/datadog/trace/core/CoreTracerTest.groovy
@@ -497,8 +497,6 @@ class CoreTracerTest extends DDCoreSpecification {
497
.build()
498
499
then:
500
- println("ServiceName: "+Config.get().serviceName)
501
- println("EnvName: "+Config.get().env)
502
503
1 * poller.addListener(Product.APM_TRACING, _ as ProductListener) >> {
504
updater = it[1] // capture config updater for further testing
0 commit comments