From d458ebac9174af94eefc279ef0b089e2a171d77b Mon Sep 17 00:00:00 2001 From: SkylerGodfrey <152727792+SkylerGodfrey@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:07:20 -0500 Subject: [PATCH] Update TCCProfileViewController.swift --- Source/View Controllers/TCCProfileViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/View Controllers/TCCProfileViewController.swift b/Source/View Controllers/TCCProfileViewController.swift index b47f8ef..521108d 100644 --- a/Source/View Controllers/TCCProfileViewController.swift +++ b/Source/View Controllers/TCCProfileViewController.swift @@ -144,7 +144,7 @@ class TCCProfileViewController: NSViewController { self.insertIntoAppleEvents($0) } } - + let logger = Logger.TCCProfileViewController private func toggleAuthorizationKey(theSwitch: NSSwitch, showAlert: Bool) {