refactor: remove unnecessary NSNotificationCenter observer removals (#5118)

This commit is contained in:
Dmitry Serov
2023-11-03 17:50:45 +00:00
committed by GitHub
parent a2b547fb50
commit 2a65169461
12 changed files with 0 additions and 47 deletions

View File

@@ -188,8 +188,6 @@ static NSString* const kWebUIURLFormat = @"http://localhost:%ld/";
- (void)dealloc
{
[NSNotificationCenter.defaultCenter removeObserver:self];
[_fPortStatusTimer invalidate];
if (_fPortChecker)
{