From ac83268e9e571e8df7b00d98dd4cedd80741149a Mon Sep 17 00:00:00 2001 From: Marko Bencun Date: Tue, 13 May 2025 16:47:38 +0200 Subject: [PATCH] py: remove debug leftover print statement --- py/bitbox02/bitbox02/bitbox02/bitbox02.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py/bitbox02/bitbox02/bitbox02/bitbox02.py b/py/bitbox02/bitbox02/bitbox02/bitbox02.py index a1ec094b1..0a2028991 100644 --- a/py/bitbox02/bitbox02/bitbox02/bitbox02.py +++ b/py/bitbox02/bitbox02/bitbox02/bitbox02.py @@ -1254,7 +1254,6 @@ def bluetooth_upgrade(self, firmware: bytes) -> None: response_type = response.WhichOneof("response") if response_type == "request_chunk": chunk_response = response.request_chunk - print("Sending chunk", chunk_response) request = bluetooth.BluetoothRequest() request.chunk.CopyFrom( bluetooth.BluetoothChunkRequest(