diff --git a/case-lib/lib.sh b/case-lib/lib.sh index 3294c39e..519e4205 100644 --- a/case-lib/lib.sh +++ b/case-lib/lib.sh @@ -874,13 +874,6 @@ is_ipc4() logger_disabled() { - local ldcFile - # Some firmware/OS configurations do not support logging. - ldcFile=$(find_ldc_file) || { - dlogi '.ldc dictionary file not found, SOF logs collection disabled' - return 0 # 0 is 'true' - } - # Disable logging when available... if [ ${OPT_VAL['s']} -eq 0 ]; then return 0