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
This commit is contained in:
Leah Rowe
2023-05-13 02:36:09 +01:00
parent 39c143989c
commit 834be77c1d
-1
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