Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Mar 29, 2024
1 parent b36fb74 commit 3059dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/saas-ui-core/src/structured-list/list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ export const StructuredListCell: React.FC<StructuredListCellProps> = (
) => {
const { children, ...rest } = props
const styles = useStyles()
console.log(styles)

return (
<chakra.div
__css={styles.cell}
Expand Down

0 comments on commit 3059dee

Please sign in to comment.