chore: remove update logs UI from preferences

Remove the Show/Hide Logs button and logs view from the Updates preferences
tab. Keep the logging infrastructure in SparkleUpdater for diagnostics,
but don't display it in the UI.
This commit is contained in:
Micha
2025-12-30 19:27:06 +01:00
parent 5dc5621871
commit b7f5d1a762
2 changed files with 0 additions and 54 deletions

View File

@@ -10,7 +10,6 @@ final class SparkleUpdater: NSObject, ObservableObject {
private let logger = Logger(subsystem: "net.24unix.iKeyMon", category: "Sparkle")
private let verboseLogging: Bool
@Published var logMessages: [String] = []
@Published var showLogs: Bool = false
override init() {
self.verboseLogging = ProcessInfo.processInfo.environment["SPARKLE_VERBOSE_LOGGING"] == "1"