blobutil/inject: remove errant debug message
i left this here by accident when testing something during work on a prior revisionfsdg20230625
parent
70e337afd0
commit
5da7554a3b
|
@ -170,7 +170,6 @@ patch_release_roms()
|
||||||
fail 'could not extract release archive'
|
fail 'could not extract release archive'
|
||||||
|
|
||||||
for x in ${_tmpdir}/bin/*/*.rom ; do
|
for x in ${_tmpdir}/bin/*/*.rom ; do
|
||||||
echo "TEST"
|
|
||||||
echo "patching rom $x"
|
echo "patching rom $x"
|
||||||
patch_rom ${x} || fail "could not patch ${x}"
|
patch_rom ${x} || fail "could not patch ${x}"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue