Skip to content

Commit c52aece

Browse files
committed
style: Remove unnecessary debug logs
1 parent 1e82ccf commit c52aece

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/OpenTelemetry/Integration/InteroperabilityTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ public function testActivateAnAlreadyActiveDatadogSpan()
113113
/** @noinspection PhpParamsInspection */
114114
public function testMixingOpenTelemetrylAndDatadogBasic()
115115
{
116-
//$this->markTestSkipped("d");
117-
self::putEnvAndReloadConfig(["DD_TRACE_DEBUG=1"]);
118-
119116
$traces = $this->isolateTracer(function () {
120117
$tracer = (new TracerProvider())->getTracer('test.tracer');
121118
$span = $tracer->spanBuilder("test.span")->startSpan();

0 commit comments

Comments
 (0)