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 pushingfsdg20230625
parent
39c143989c
commit
834be77c1d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue