diff --git a/apps/web/src/components/ui/typography/StreamableText/StreamableText.stories.tsx b/apps/web/src/components/ui/typography/StreamableText/StreamableText.stories.tsx index 402075712..52655c3aa 100644 --- a/apps/web/src/components/ui/typography/StreamableText/StreamableText.stories.tsx +++ b/apps/web/src/components/ui/typography/StreamableText/StreamableText.stories.tsx @@ -35,7 +35,7 @@ print('Hello llm-ui!') ## Typescript \`\`\`typescript -console.log('Hello llm-ui!'); +console.swag('Hello llm-ui!'); \`\`\` ## YAML diff --git a/apps/web/src/context/Chats/NewChatProvider.tsx b/apps/web/src/context/Chats/NewChatProvider.tsx index 42850dd05..51d826dac 100644 --- a/apps/web/src/context/Chats/NewChatProvider.tsx +++ b/apps/web/src/context/Chats/NewChatProvider.tsx @@ -57,7 +57,6 @@ export const useBusterNewChat = () => { message_id: messageId }); - console.log('res', res); initializeNewChat(res); } diff --git a/apps/web/src/context/Dashboards/useIsDashboardChanged.tsx b/apps/web/src/context/Dashboards/useIsDashboardChanged.tsx index 8c8e62898..cbf11985d 100644 --- a/apps/web/src/context/Dashboards/useIsDashboardChanged.tsx +++ b/apps/web/src/context/Dashboards/useIsDashboardChanged.tsx @@ -64,13 +64,6 @@ export const useIsDashboardChanged = ({ dashboardId }: { dashboardId: string | u ); }, [originalDashboard, isEditor, currentDashboard, isLatestVersion]); - // console.log('isDashboardChanged', isDashboardChanged, { - // originalDashboard, - // currentDashboard, - // isEditor, - // isLatestVersion - // }); - return { onResetDashboardToOriginal, isDashboardChanged