From ba85f1cffe12c353f09767fb6cf9eff809cf5bf5 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 26 Apr 2022 20:01:57 -0500 Subject: [PATCH] Remove logger --- build-lists.js | 1 - 1 file changed, 1 deletion(-) 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 ) } ) )