diff options
author | Leah Rowe <leah@libreboot.org> | 2023-05-13 02:36:09 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-05-13 02:36:09 +0100 |
commit | 834be77c1d2c1e4271f534262380b68db369c929 (patch) | |
tree | bb11077737134e8c46ee556b5ab6040a317748ce /resources/scripts/build/boot | |
parent | 39c143989c5ade350cd3528530dab7fa1148ece2 (diff) |
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
Diffstat (limited to 'resources/scripts/build/boot')
-rwxr-xr-x | resources/scripts/build/boot/roms_helper | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/scripts/build/boot/roms_helper b/resources/scripts/build/boot/roms_helper index 35f9eec7..1eb90a8a 100755 --- a/resources/scripts/build/boot/roms_helper +++ b/resources/scripts/build/boot/roms_helper @@ -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 |