diff --git a/components/Chatbar/Chatbar.tsx b/components/Chatbar/Chatbar.tsx index bb232c8..6bb07c1 100644 --- a/components/Chatbar/Chatbar.tsx +++ b/components/Chatbar/Chatbar.tsx @@ -99,7 +99,6 @@ export const Chatbar = () => { }; const handleImportConversations = (data: SupportedExportFormats) => { - console.log(data); const { history, folders, prompts }: LatestExportFormat = importData(data); homeDispatch({ field: 'conversations', value: history }); homeDispatch({