diff --git a/stories/Console.stories.tsx b/stories/Console.stories.tsx index 2b76f95..e49da22 100644 --- a/stories/Console.stories.tsx +++ b/stories/Console.stories.tsx @@ -854,7 +854,6 @@ const CustomMessageResponse: FC = ({ response }) => ( const CustomMessageFile: FC = ({ name, type }) => ( - <>{console.log('boop', name, type)} {name || type} );