Skip to content

Commit 89490ea

Browse files
authored
Remove obsolete TODO comment (#374)
1 parent aa201df commit 89490ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

propagators/gcp/src/main/java/com/google/cloud/opentelemetry/propagators/XCloudTraceContextPropagator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ public <C> Context extract(Context context, C carrier, TextMapGetter<C> getter)
9090
if (Span.fromContext(context).getSpanContext().isRemote()) {
9191
return context;
9292
}
93-
// TODO - Do we need to iterate over keys and lowercase them, or is java doing that for us?
9493
String value = getter.get(carrier, FIELD);
9594
if (value == null) {
9695
return context;

0 commit comments

Comments
 (0)