diff --git a/build-lists.js b/build-lists.js index e76042c..43f15c8 100644 --- a/build-lists.js +++ b/build-lists.js @@ -169,7 +169,6 @@ class BuildLists { } async getAppBundles ( app ) { - console.log('app', app) return await Promise.all( app.bundleIds.map( async bundleIdentifier => { return await this.findAppBundle( bundleIdentifier ) } ) )