Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
remove unneeded log during flipper build
Browse files Browse the repository at this point in the history
Summary:
This was committed accidentally during debugging.

Build output is verbose enough already.

Reviewed By: mweststrate

Differential Revision: D58466513

fbshipit-source-id: 86838f47861cc3eda83402ae21bae7bd0ff36af3
  • Loading branch information
antonk52 authored and facebook-github-bot committed Jun 13, 2024
1 parent 46a7607 commit ff71c3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion desktop/scripts/build-icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export async function downloadIcons(buildFolder: string) {
// not available at this size, pick the next
continue;
}
console.log(`🔵 icon url: ${url}`);
return new Promise((resolve, reject) => {
const fileStream = fs.createWriteStream(
path.join(buildFolder, buildLocalIconPath(icon)),
Expand Down

0 comments on commit ff71c3b

Please sign in to comment.