From ec13bd308a6daef02ad68469565561cca45cb415 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 3 Mar 2025 15:23:48 -0600 Subject: [PATCH] Remove print --- meshtastic/node.py | 1 - 1 file changed, 1 deletion(-) diff --git a/meshtastic/node.py b/meshtastic/node.py index dce7edd..985f4c9 100644 --- a/meshtastic/node.py +++ b/meshtastic/node.py @@ -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()