From 909cd3dc826ea0b4779f67443c3654cd3247b8bd Mon Sep 17 00:00:00 2001 From: Benjamin Faershtein <119711889+RCGV1@users.noreply.github.com> Date: Sun, 6 Oct 2024 10:23:12 -0700 Subject: [PATCH] Remove print --- Meshtastic/AppIntents/SaveChannelSettingsIntent.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Meshtastic/AppIntents/SaveChannelSettingsIntent.swift b/Meshtastic/AppIntents/SaveChannelSettingsIntent.swift index 56f21458..902a66cc 100644 --- a/Meshtastic/AppIntents/SaveChannelSettingsIntent.swift +++ b/Meshtastic/AppIntents/SaveChannelSettingsIntent.swift @@ -42,7 +42,6 @@ struct SaveChannelSettingsIntent: AppIntent { // If valid channel settings are extracted, attempt to save them if let channelSettings = channelSettings { - print(channelSettings) // Call the BLEManager to save the channel settings let saveResult = BLEManager.shared.saveChannelSet(base64UrlString: channelSettings, addChannels: addChannels)