From 0d40e5de5dda761f6d57f78bd21d4e7f867cfbd4 Mon Sep 17 00:00:00 2001 From: Benjamin Faershtein <119711889+RCGV1@users.noreply.github.com> Date: Fri, 9 Aug 2024 23:05:23 -0700 Subject: [PATCH] Cleanup --- Meshtastic/MeshtasticApp.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Meshtastic/MeshtasticApp.swift b/Meshtastic/MeshtasticApp.swift index c8ba6a05..f926956c 100644 --- a/Meshtastic/MeshtasticApp.swift +++ b/Meshtastic/MeshtasticApp.swift @@ -35,11 +35,6 @@ struct MeshtasticAppleApp: App { ) self._appState = ObservedObject(wrappedValue: appState) -// self.bleManager = BLEManager( -// appState: appState, -// context: persistenceController.container.viewContext -// ) - // Initialize the BLEManager singleton with the necessary dependencies BLEManager.setup(appState: appState, context: persistenceController.container.viewContext) self.persistenceController = persistenceController