diff --git a/src/stories/Editor.stories.tsx b/src/stories/Editor.stories.tsx index 93d69f9..148525e 100644 --- a/src/stories/Editor.stories.tsx +++ b/src/stories/Editor.stories.tsx @@ -79,8 +79,6 @@ export const Iframe: Story = (args) => ({ }); const cc = args.channel || lastChannel; const conf = getConf(args.conf); - console.log('conf: ', conf); - console.log('channel: ', cc); return { apiKey, content,