Skip to content

Commit ec13bd3

Browse files
committed
Remove print
1 parent 2d88d8e commit ec13bd3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

meshtastic/node.py

-1
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,6 @@ def setFavorite(self, nodeId: Union[int, str]):
709709

710710
def backupPreferences(self, location: Optional[admin_pb2.AdminMessage.BackupLocation.ValueType] = 0):
711711
"""Tell the node to backup preferences to flash."""
712-
print(f"Backing up preferences to location {location}")
713712
self.ensureSessionKey()
714713

715714
p = admin_pb2.AdminMessage()

0 commit comments

Comments
 (0)