From a27516ac59d8751e1e195bc4f72fff4a02587179 Mon Sep 17 00:00:00 2001 From: ShrLnm Date: Sun, 10 Oct 2021 09:07:15 +0000 Subject: [PATCH] Remove redundant code --- pyren/mod_ecu_default.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyren/mod_ecu_default.py b/pyren/mod_ecu_default.py index e5e02fd..42d7085 100644 --- a/pyren/mod_ecu_default.py +++ b/pyren/mod_ecu_default.py @@ -88,10 +88,10 @@ def get_default_std_a( df, mn, se, elm, calc, getDTCmnemo ): isAlive = mod_globals.language_dict['16882'] #ALIVE else: isAlive = mod_globals.language_dict['646'] #MEMORISED - if not mod_globals.opt_minordtc: - if df[dtc].status==0: #ignore error if it's definition does not exist - DTCs = DTCs[9:] - continue + #if not mod_globals.opt_minordtc: + # if df[dtc].status==0: #ignore error if it's definition does not exist + # DTCs = DTCs[9:] + # continue # Now get the interpretation