Remove print

This commit is contained in:
Ben Meadors committed 2025-03-03 15:23:48 -06:00
1 parent 2d88d8e918
commit ec13bd308a
1 file changed
-1
-1
View File
@@ -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()