diff --git a/code/.storybook/preview.tsx b/code/.storybook/preview.tsx index 1fc58c65300d..adc5556ffb0c 100644 --- a/code/.storybook/preview.tsx +++ b/code/.storybook/preview.tsx @@ -349,7 +349,6 @@ const parameters = { plugins: [prettierPluginBabel, prettierPluginEstree], }); } catch (error) { - console.error(error); return source; } },