Clean up loggers

This commit is contained in:
Sam Carlton 2021-02-06 16:53:39 -06:00
parent c0bd0e476d
commit 148f1c41b1

View file

@ -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