feat: removed all logic from the Telemetry plugin since it's not used anyway. The toggle leaves for now since I have not decided what to do with that.

This commit is contained in:
Serhiy Mytrovtsiy
2025-03-20 20:34:13 +01:00
parent 531b0cf282
commit f342b08e05
4 changed files with 11 additions and 82 deletions

View File

@@ -33,7 +33,6 @@ var modules: [Module] = [
Bluetooth(),
Clock()
]
let telemetry: Telemetry = Telemetry(&modules)
@main
class AppDelegate: NSObject, NSApplicationDelegate, UNUserNotificationCenterDelegate {