From d5956ffa57d2f6c6607f3b51ee15a69208f438dc Mon Sep 17 00:00:00 2001 From: Tomasz Palys Date: Fri, 13 Dec 2024 15:47:58 +0100 Subject: [PATCH] [native] Delete console log Summary: This was accidentally left Depends on D13907 Test Plan: Flow Reviewers: kamil, angelika, ashoat Reviewed By: ashoat Subscribers: ashoat Differential Revision: https://phab.comm.dev/D14155 --- native/vectors/restore-icon.react.js | 1 - 1 file changed, 1 deletion(-) diff --git a/native/vectors/restore-icon.react.js b/native/vectors/restore-icon.react.js index 51dca1cd0f..0c788b5884 100644 --- a/native/vectors/restore-icon.react.js +++ b/native/vectors/restore-icon.react.js @@ -9,7 +9,6 @@ type Props = { function RestoreIcon(props: Props): React.Node { const color = props.color ?? '#373737'; - console.log(color); return (