oops - remove debug code

pull/1321/head
Gordon Williams 2022-01-19 16:48:38 +00:00
parent 2a813e221a
commit 752f8f6b29
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ for app in apps/*/; do
echo "Ignoring $app"
else
cat ${app}metadata.json >> apps.json
echo ",\"$app\"," >> apps.json
# echo ",\"$app\"," >> apps.json # DEBUG ONLY
echo "," >> apps.json
fi
done
echo "null]" >> apps.json