Skip to content

Commit

Permalink
refactor(natds-rn): remove consoles
Browse files Browse the repository at this point in the history
affects: @naturacosmeticos/natds-rn
DSY-3815-v2
  • Loading branch information
vagnerbarbosant committed Nov 28, 2023
1 parent f84245c commit 9e85feb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/Avatar/Avatar.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const getFontsBySize = (size: AvatarSizes, theme: Theme) => {

const getThemeSelect = (theme: Theme, brand?: BrandTypes) => {
if (brand) {
console.log(brand)
const themeSelectAvathar = buildTheme(brand, 'light')
return {
back: getColorPrimary(themeSelectAvathar),
Expand Down
3 changes: 0 additions & 3 deletions src/components/ColorView/ColorView.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ export default {
},
title: 'Components/ColorView'
}
type PropsKey = {
keys: string[];
}

const keysToRemove = ['neutral50',
'neutral100', 'neutral200',
Expand Down

0 comments on commit 9e85feb

Please sign in to comment.