Skip to content

Commit c1e9baa

Browse files
Torgenon3iro
authored andcommitted
Remove console.logs.
1 parent 619f0da commit c1e9baa

File tree

1 file changed

+0
-2
lines changed
  • src/components/molecules/NemesisCardTile

1 file changed

+0
-2
lines changed

src/components/molecules/NemesisCardTile/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ type Props = {
1818
}
1919

2020
const NemesisCardTile = ({ nemesisCard, theme, inline = false }: Props) => {
21-
console.log(theme.colors.cards)
22-
console.log(theme.icons)
2321
const { show, RenderModal } = useModal()
2422

2523
const handleDetails = useCallback(

0 commit comments

Comments
 (0)