blobutil/inject: remove errant debug message

i left this here by accident when testing something
during work on a prior revision
fsdg20230625
Leah Rowe 2023-05-14 08:27:39 +01:00
parent 70e337afd0
commit 5da7554a3b
1 changed files with 0 additions and 1 deletions

View File

@ -170,7 +170,6 @@ patch_release_roms()
fail 'could not extract release archive'
for x in ${_tmpdir}/bin/*/*.rom ; do
echo "TEST"
echo "patching rom $x"
patch_rom ${x} || fail "could not patch ${x}"
done