Skip to content

Commit

Permalink
[native] Delete console log
Browse files Browse the repository at this point in the history
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
  • Loading branch information
palys-swm committed Dec 17, 2024
1 parent f8b744c commit d5956ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion native/vectors/restore-icon.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ type Props = {

function RestoreIcon(props: Props): React.Node {
const color = props.color ?? '#373737';
console.log(color);
return (
<Svg height="237" width="264" fill="none" viewBox="0 0 264 237">
<Path
Expand Down

0 comments on commit d5956ff

Please sign in to comment.