mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
armbian-next: remove spurious debug logging with no useful info "Error-related files found"
This commit is contained in:
@@ -224,7 +224,6 @@ function logging_enrich_run_command_error_info() {
|
||||
found_files+=("${sdcard_files[@]}") # add to result
|
||||
done
|
||||
|
||||
display_alert "Error-related files found" "${found_files[*]}" "debug"
|
||||
for found_file in "${found_files[@]}"; do
|
||||
# Log to asset, so it's available in the HTML log
|
||||
LOG_ASSET="chroot_error_context__$(basename "${found_file}")" do_with_log_asset cat "${found_file}"
|
||||
|
||||
Reference in New Issue
Block a user