From 84a12a4685337e07e9483892577578f538478908 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Wed, 21 Oct 2020 13:30:49 -0700 Subject: [PATCH] fix: remove stray console.log --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 9099db5..7d66dcf 100644 --- a/src/index.ts +++ b/src/index.ts @@ -151,7 +151,6 @@ export const makeUniversalApp = async (opts: MakeUniversalOpts): Promise = ); } - console.log(x64MachOFiles); for (const machOFile of x64MachOFiles) { await spawn('lipo', [ await fs.realpath(path.resolve(tmpApp, machOFile)),