Skip to content

Commit

Permalink
fix(core): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
snrs-art committed Sep 6, 2022
1 parent 2cf43f7 commit 370803b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/portal/.storybook/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const withDSProvider = (storyFn) => {
code: 'en_GB',
...optionalUserDefinedLocale ? { locale: optionalUserDefinedLocale } : {},
} as DSProviderProps
console.info('props', props)
return React.createElement(DSProvider, props, storyFn());
}

Expand Down

0 comments on commit 370803b

Please sign in to comment.