submit_report.sh: Remove unreachable line

Signed-off-by: Guilherme G. Piccoli <gpiccoli@igalia.com>
This commit is contained in:
Guilherme G. Piccoli
2022-01-28 17:43:37 -03:00
parent 7ecbbe8a58
commit 2cdc6ccfb0

View File

@ -129,8 +129,6 @@ if [ ${LOGS_FOUND} -ne 0 ]; then
STEAM_ACCOUNT=$(awk -v n=${IDX} -v RS='}' 'NR==n{gsub(/.*\{\n|\n$/,""); print}' "${LOGINVDF}" | grep "AccountName" | cut -f4 -d\")
break
IDX=$((IDX + 1))
done
fi