Skip to content

Commit

Permalink
Update src/darwin/Framework/CHIP/MTRDevice.mm
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Wood <[email protected]>
  • Loading branch information
jtung-apple and woody-apple authored Jul 9, 2024
1 parent a385168 commit 0685340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRDevice.mm
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ - (void)dealloc
[[NSNotificationCenter defaultCenter] removeObserver:_systemTimeChangeObserverToken];

// TODO: retain cycle and clean up https://github.com/project-chip/connectedhomeip/issues/34267
MTR_LOG("%@ dealloc called", self);
MTR_LOG("MTRDevice dealloc: %p", self);
}

- (NSString *)description
Expand Down

0 comments on commit 0685340

Please sign in to comment.