Skip to content
Snippets Groups Projects
Commit 5da7554a authored by Leah Rowe's avatar Leah Rowe
Browse files

blobutil/inject: remove errant debug message

i left this here by accident when testing something
during work on a prior revision
parent 70e337af
Branches
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment