From cfaf7ad72fe40923bc6489a71f7fce1613dccc50 Mon Sep 17 00:00:00 2001 From: evlist Date: Mon, 13 Feb 2023 11:38:07 +0100 Subject: [PATCH] Removing call to solid-worker. --- src/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 3805177..5a60fda 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -58,12 +58,12 @@ const getLanguage = () => { const i18nDict = createI18nContext(dict, getLanguage()); -const [watchDbStatus] = createWorkerSignal({ - provider: 'watchDb', -}); -createEffect(() => { - console.log({ caller: 'createEffect', watchDbStatus: watchDbStatus() }); -}); +// const [watchDbStatus] = createWorkerSignal({ +// provider: 'watchDb', +// }); +// createEffect(() => { +// console.log({ caller: 'createEffect', watchDbStatus: watchDbStatus() }); +// }); render( () => (