Remove logger

This commit is contained in:
Sam Carlton 2022-04-26 20:01:57 -05:00
parent 0f3a92fe0e
commit ba85f1cffe

View file

@ -169,7 +169,6 @@ class BuildLists {
} }
async getAppBundles ( app ) { async getAppBundles ( app ) {
console.log('app', app)
return await Promise.all( app.bundleIds.map( async bundleIdentifier => { return await Promise.all( app.bundleIds.map( async bundleIdentifier => {
return await this.findAppBundle( bundleIdentifier ) return await this.findAppBundle( bundleIdentifier )
} ) ) } ) )