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.
2 parents 61a3258 + 56ab76e commit 444d981Copy full SHA for 444d981
Sources/OpenTelemetryApi/Context/ActivityContextManager.swift
@@ -74,7 +74,6 @@ class ActivityContextManager: ContextManager {
74
if contextMap[activityIdent]?.isEmpty ?? false {
75
contextMap[activityIdent] = nil
76
}
77
- print("ContextMap Count: \(contextMap.count)")
78
rlock.unlock()
79
if let scope = objectScope.object(forKey: value) {
80
var scope = scope.scope
0 commit comments