Update AVMonitor.m

code cleanup
This commit is contained in:
Patrick Wardle 2021-05-11 11:42:52 -04:00
parent b9dd3a3bd3
commit 680dd2cc70
1 changed files with 0 additions and 3 deletions

View File

@ -767,9 +767,6 @@ extern os_log_t logHandle;
//dbg msg
os_log_debug(logHandle, "more than one audio client (total: %lu)", (unsigned long)self.audioClients.count);
//TODO: rem
os_log_debug(logHandle, "last client: %{public}@ vs. this client: %{public}@", self.lastMicEvent.client, client.path);
//not foreground?
if(YES != [NSWorkspace.sharedWorkspace.frontmostApplication.executableURL.path isEqualToString:client.path])
{