Combine cleanup

This commit is contained in:
Max Goedjen
2025-08-23 18:04:11 -07:00
parent e10dcfe8a1
commit 1e26dfc15a
8 changed files with 0 additions and 9 deletions

View File

@@ -1,6 +1,5 @@
import Cocoa
import OSLog
import Combine
import SecretKit
import SecureEnclaveSecretKit
import SmartCardSecretKit
@@ -27,7 +26,6 @@ class AppDelegate: NSObject, NSApplicationDelegate {
let path = (NSHomeDirectory() as NSString).appendingPathComponent("socket.ssh") as String
return SocketController(path: path)
}()
private var updateSink: AnyCancellable?
private let logger = Logger(subsystem: "com.maxgoedjen.secretive.secretagent", category: "AppDelegate")
func applicationDidFinishLaunching(_ aNotification: Notification) {