diff --git a/umu/umu_proton.py b/umu/umu_proton.py index 4f93044a..5fa5dfe7 100644 --- a/umu/umu_proton.py +++ b/umu/umu_proton.py @@ -565,7 +565,6 @@ def _get_delta( return None # With the public key, verify the signature and data - log.info("Verifying digital signature of update...") ssh_public_key = ed25519.Ed25519PublicKey.from_public_bytes( cbor.get("public_key") ) @@ -579,11 +578,6 @@ def _get_delta( log.error("Digital signature verification failed, skipping update") return None - log.info( - "Digital signature is OK, verifying %s...", - os.environ["PROTONPATH"], - ) - patcher: CustomPatcher = CustomPatcher( cbor, proton, cache, thread_pool )