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 9302182 commit 2cc5386Copy full SHA for 2cc5386
Sources/W3CTraceContext/TraceState.swift
@@ -65,7 +65,6 @@ extension TraceState: RawRepresentable {
65
} else if horizontalSpaces.contains(rest[rest.index(before: rest.endIndex)]) {
66
rest.removeLast()
67
} else {
68
- print(rest)
69
break
70
}
71
0 commit comments