remove errant code lines from last commit

fsdg20230625
Leah Rowe 2023-05-14 06:36:21 +01:00
parent ee0b200fbe
commit 1742978858
1 changed files with 0 additions and 2 deletions

View File

@ -44,7 +44,6 @@ main()
fi
archive="${1}"
echo "TEST: $archive"
while getopts r:b:m: option
do
@ -174,7 +173,6 @@ patch_release_roms()
echo "TEST"
echo "patching rom $x"
patch_rom ${x} || fail "could not patch ${x}"
echo "FOO"
done
(