mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Remove logger
This commit is contained in:
parent
0f3a92fe0e
commit
ba85f1cffe
1 changed files with 0 additions and 1 deletions
|
|
@ -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 )
|
||||||
} ) )
|
} ) )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue