From ff71c3b242dd1493436d816816404d2ec170d103 Mon Sep 17 00:00:00 2001 From: Anton Kastritskiy Date: Thu, 13 Jun 2024 02:00:53 -0700 Subject: [PATCH] remove unneeded log during flipper build Summary: This was committed accidentally during debugging. Build output is verbose enough already. Reviewed By: mweststrate Differential Revision: D58466513 fbshipit-source-id: 86838f47861cc3eda83402ae21bae7bd0ff36af3 --- desktop/scripts/build-icons.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop/scripts/build-icons.tsx b/desktop/scripts/build-icons.tsx index ee6b91771c0..cf441240875 100644 --- a/desktop/scripts/build-icons.tsx +++ b/desktop/scripts/build-icons.tsx @@ -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)),