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)