From 3b9c0bf53ed1053b541fba0871176448ee6716ee Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Tue, 28 Oct 2025 08:58:00 -0700 Subject: [PATCH] Remove bad if --- Meshtastic/MeshtasticApp.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Meshtastic/MeshtasticApp.swift b/Meshtastic/MeshtasticApp.swift index fccf9a7c..466ed67a 100644 --- a/Meshtastic/MeshtasticApp.swift +++ b/Meshtastic/MeshtasticApp.swift @@ -43,7 +43,6 @@ struct MeshtasticAppleApp: App { } #endif -#if false Datadog.initialize( with: Datadog.Configuration( clientToken: clientToken, @@ -80,7 +79,6 @@ struct MeshtasticAppleApp: App { ) ) } -#endif accessoryManager = AccessoryManager.shared accessoryManager.appState = appState