ubsediflow raw extract is cleaned from useless print

dev-brahim
brahim 2025-03-05 13:35:13 +01:00
parent 2e9f9c3a3c
commit 77f28462e6
1 changed files with 3 additions and 7 deletions

View File

@ -55,7 +55,6 @@ def raw_extract(_raw_file):
.replace("True", "true") .replace("True", "true")
.replace("False", "false") .replace("False", "false")
) )
print("const: %s" % const_dict)
ubt_data = ubt_raw_data( const_dict ) ubt_data = ubt_raw_data( const_dict )
@ -70,12 +69,9 @@ def raw_extract(_raw_file):
.replace("True", "true") .replace("True", "true")
.replace("False", "false") .replace("False", "false")
) )
print("settings: %s" % settings_dict)
ubt_data.set_config(settings_dict) ubt_data.set_config(settings_dict)
print("ubt_data.set_config(settings_dict) : ", ubt_data.set_config(settings_dict))
if flag == CONFIG_TAG: if flag == CONFIG_TAG:
# what is needed from here and which is not in param_us_dict is only blind_ca0 and blind_ca1 # what is needed from here and which is not in param_us_dict is only blind_ca0 and blind_ca1
# note: this is not useful on APF06, but could be used for double check # note: this is not useful on APF06, but could be used for double check