fix: remove stray console.log

This commit is contained in:
Samuel Attard
2020-10-21 13:30:49 -07:00
parent 163f495b6b
commit 84a12a4685

View File

@@ -151,7 +151,6 @@ export const makeUniversalApp = async (opts: MakeUniversalOpts): Promise<void> =
); );
} }
console.log(x64MachOFiles);
for (const machOFile of x64MachOFiles) { for (const machOFile of x64MachOFiles) {
await spawn('lipo', [ await spawn('lipo', [
await fs.realpath(path.resolve(tmpApp, machOFile)), await fs.realpath(path.resolve(tmpApp, machOFile)),