fix: remove stray console.log
This commit is contained in:
@@ -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)),
|
||||||
|
|||||||
Reference in New Issue
Block a user