From 6ad26f1f5965fc5735fa5b36bdb3e023ed84e763 Mon Sep 17 00:00:00 2001 From: aslutsky Date: Wed, 1 Feb 2023 11:56:47 +0200 Subject: [PATCH] Fix [mstfwreset]: Bad output printed when mstfwreset on secure boot setup Description: Remove prints Tested OS: Tested devices: Tested flows: Known gaps (with RM ticket): Issue:24842511 --- small_utils/mstfwreset.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/small_utils/mstfwreset.py b/small_utils/mstfwreset.py index d4cbb8f8..f8baf71c 100644 --- a/small_utils/mstfwreset.py +++ b/small_utils/mstfwreset.py @@ -2046,6 +2046,4 @@ def check_positive_float(val): except Exception as e: print("-E- %s." % str(e)) rc = 1 - import traceback - traceback.print_exc() sys.exit(rc)