Remove print

This commit is contained in:
Ben Meadors
2025-03-03 15:23:48 -06:00
parent 2d88d8e918
commit ec13bd308a

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()