mirror of
https://github.com/meshtastic/python.git
synced 2026-09-20 18:59:22 -04:00
Remove print
This commit is contained in:
1 parent
2d88d8e918
commit
ec13bd308a
1 file changed
-1
@@ -709,7 +709,6 @@ class Node:
|
||||
|
||||
def backupPreferences(self, location: Optional[admin_pb2.AdminMessage.BackupLocation.ValueType] = 0):
|
||||
"""Tell the node to backup preferences to flash."""
|
||||
print(f"Backing up preferences to location {location}")
|
||||
self.ensureSessionKey()
|
||||
|
||||
p = admin_pb2.AdminMessage()
|
||||
|
||||
Reference in new issue
Block a user