Remove print

This commit is contained in:
Benjamin Faershtein 2024-10-06 10:23:12 -07:00
parent f90f292c42
commit 909cd3dc82

View file

@ -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)