Skip to content

Commit c50812e

Browse files
committed
whoops, debugging stuff
1 parent 241592c commit c50812e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/open_telemetry_decorator_test.exs

-6
Original file line numberDiff line numberDiff line change
@@ -274,12 +274,6 @@ defmodule OpenTelemetryDecoratorTest do
274274
@decorate with_span("CurrentSpanExample.inner")
275275
def inner(parent_ctx) do
276276
assert parent_ctx != Tracer.current_span_ctx()
277-
278-
{:span_ctx, _, _, 1,
279-
{:tracestate, []}, true, false, true,
280-
{:otel_span_ets, some_fn}} = Tracer.current_span_ctx()
281-
282-
some_fn.(nil) |> dbg()
283277
end
284278
end
285279

0 commit comments

Comments
 (0)