blobs/download: remove errant debug line

i added that echo command when working on the function
in question, but it's not needed now.

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-09-27 19:15:52 +01:00
parent e73306ba8b
commit 1e92abb177
1 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@ detect_firmware()
CONFIG_VGA_BIOS_FILE CONFIG_INCLUDE_SMSC_SCH5545_EC_FW; do CONFIG_VGA_BIOS_FILE CONFIG_INCLUDE_SMSC_SCH5545_EC_FW; do
eval "[ -z \"\${${c}}\" ] || return 1" eval "[ -z \"\${${c}}\" ] || return 1"
done done
printf "Blobs not needed for: %s\n" "${board}" 1>&2 printf "Blobs not needed for: %s\n" "${board}" 1>&2
} }
@ -44,7 +43,6 @@ scan_sources_config()
while read -r line ; do while read -r line ; do
set ${line} 1>/dev/null 2>/dev/null set ${line} 1>/dev/null 2>/dev/null
eval "${1}=\"${2}\"" eval "${1}=\"${2}\""
echo "${1}=\"${2}\""
done << EOF done << EOF
$(eval "awk '${awkstr}' config/blobs/sources") $(eval "awk '${awkstr}' config/blobs/sources")
EOF EOF