build/boot/roms: remove errant debug line

i added this in the last revision

it was put there to debug something that
i fixed before pushing
fsdg20230625
Leah Rowe 2023-05-13 02:36:09 +01:00
parent 39c143989c
commit 834be77c1d
1 changed files with 0 additions and 1 deletions

View File

@ -372,7 +372,6 @@ build_rom_images()
if [ ! -z ${displaymodes} ]; then
modes="${displaymodes}"
fi
echo "MODES: ${modes}"
for displaymode in ${modes}; do
if [ "${initmode}" = "normal" ] \
&& [ "$displaymode" != "txtmode" ]; then