Remove unnessary forced update.

This commit is contained in:
Garth Vander Houwen 2023-09-05 17:08:15 -07:00
parent ebc4fedeae
commit 2ab147a228

View file

@ -476,7 +476,6 @@ func upsertLoRaConfigPacket(config: Meshtastic.Config.LoRaConfig, nodeNum: Int64
}
do {
try context.save()
context.refresh(fetchedNode[0], mergeChanges: true)
print("💾 Updated LoRa Config for node number: \(String(nodeNum))")
} catch {
context.rollback()