Skip to content

Commit

Permalink
fix: console
Browse files Browse the repository at this point in the history
  • Loading branch information
gronxb committed Nov 4, 2024
1 parent 00d7159 commit 790e991
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/metro/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export const metro =
.filter((file) => !lstatSync(path.join(buildPath, file)).isDirectory())
.map((output) => path.join(buildPath, output));

console.log(outputs);
return {
buildPath,
outputs,
Expand Down

0 comments on commit 790e991

Please sign in to comment.