Skip to content

Commit

Permalink
Merge pull request #351 from nachoBonafonte/main
Browse files Browse the repository at this point in the history
Forgot to remove debugging code
  • Loading branch information
Ignacio Bonafonte authored Nov 18, 2022
2 parents 61a3258 + 56ab76e commit 444d981
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class ActivityContextManager: ContextManager {
if contextMap[activityIdent]?.isEmpty ?? false {
contextMap[activityIdent] = nil
}
print("ContextMap Count: \(contextMap.count)")
rlock.unlock()
if let scope = objectScope.object(forKey: value) {
var scope = scope.scope
Expand Down

0 comments on commit 444d981

Please sign in to comment.