Skip to content

Commit

Permalink
Cleanup loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
wyne committed Apr 17, 2024
1 parent c0f23a3 commit ab9a35f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/ColorPalettes/PalettePreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ const PalettePreview: React.FunctionComponent<Props> = ({ colors, selected }) =>
const numColumns = Math.ceil(Math.sqrt(colors.length));
const numRows = Math.ceil(colors.length / numColumns);

console.log('len, numCols, numRows', colors.length, numColumns, numRows);

return (
<View style={{
width: 40, height: 40,
Expand Down

0 comments on commit ab9a35f

Please sign in to comment.