From d275f2293c6f6764b0dfce4ed580f5ae3a7214c0 Mon Sep 17 00:00:00 2001 From: Milorad Filipovic Date: Fri, 23 Aug 2024 15:35:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Removing=20leftover=20comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor-ui/src/stores/__tests__/assistant.store.test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/editor-ui/src/stores/__tests__/assistant.store.test.ts b/packages/editor-ui/src/stores/__tests__/assistant.store.test.ts index 82c7c37fdb629..279f9e0b01884 100644 --- a/packages/editor-ui/src/stores/__tests__/assistant.store.test.ts +++ b/packages/editor-ui/src/stores/__tests__/assistant.store.test.ts @@ -61,9 +61,6 @@ describe('AI Assistant store', () => { init: () => {}, identify: () => {}, }; - // usersStore = useUsersStore(); - // workflowsStore = useWorkflowsStore(); - // ndvStore = useNDVStore(); posthogStore = usePostHog(); posthogStore.init(); });