1
0
Fork 0
mirror of synced 2024-09-19 10:48:30 +12:00

Remove log

This commit is contained in:
Andrew Kingston 2022-12-13 16:10:31 +00:00
parent e1093fc07d
commit 7a48db02e7

View file

@ -68,7 +68,6 @@
}
return availableApps.map(app => {
const prodAppId = apps.getProdAppID(app.appId)
console.log(prodAppId)
return {
name: app.name,
devId: app.devId,