Skip to content

Commit 444d981

Browse files
author
Ignacio Bonafonte
authored
Merge pull request #351 from nachoBonafonte/main
Forgot to remove debugging code
2 parents 61a3258 + 56ab76e commit 444d981

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/OpenTelemetryApi/Context/ActivityContextManager.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ class ActivityContextManager: ContextManager {
7474
if contextMap[activityIdent]?.isEmpty ?? false {
7575
contextMap[activityIdent] = nil
7676
}
77-
print("ContextMap Count: \(contextMap.count)")
7877
rlock.unlock()
7978
if let scope = objectScope.object(forKey: value) {
8079
var scope = scope.scope

0 commit comments

Comments
 (0)