mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Clean up loggers
This commit is contained in:
parent
c0bd0e476d
commit
148f1c41b1
1 changed files with 3 additions and 3 deletions
|
|
@ -292,7 +292,7 @@ export default class AppFilesScanner {
|
|||
}) {
|
||||
// Each file scanned: Filename, Type(Drop or URL), File URL, Datetime, Architectures, Mach-o Meta
|
||||
|
||||
console.log( 'this.testResultStore', this.testResultStore )
|
||||
// console.log( 'this.testResultStore', this.testResultStore )
|
||||
|
||||
await axios.post( this.testResultStore , {
|
||||
filename,
|
||||
|
|
@ -410,11 +410,11 @@ export default class AppFilesScanner {
|
|||
}
|
||||
)
|
||||
|
||||
// console.log('infoXml', infoXml)
|
||||
|
||||
// Parse the Info.plist data
|
||||
const info = plist.parse( infoXml )
|
||||
|
||||
// console.log('info', info)
|
||||
|
||||
file.appVersion = info.CFBundleShortVersionString
|
||||
file.displayName = info.CFBundleDisplayName
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue