Skip to content

Commit e0bfb7c

Browse files
committed
removed debug tag
1 parent 5a9a219 commit e0bfb7c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spans/driver.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ func driver(adapter Adapter) trace.Driver { //nolint:gocyclo,funlen
8181

8282
if id, valid := start.ID(); valid {
8383
if traceID, valid := start.TraceID(); valid {
84-
traceparent := traceparent(traceID, id)
85-
start.Log("traceparent", kv.String("traceparent", traceparent))
86-
*info.Context = meta.WithTraceParent(*info.Context, traceparent)
84+
*info.Context = meta.WithTraceParent(*info.Context, traceparent(traceID, id))
8785
}
8886
}
8987

0 commit comments

Comments
 (0)