mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Remove print
This commit is contained in:
parent
f90f292c42
commit
909cd3dc82
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue