Removing call to solid-worker.

This commit is contained in:
Eric van der Vlist 2023-02-13 11:38:07 +01:00
parent df42a684c3
commit cfaf7ad72f
1 changed files with 6 additions and 6 deletions

View File

@ -58,12 +58,12 @@ const getLanguage = () => {
const i18nDict = createI18nContext(dict, getLanguage()); const i18nDict = createI18nContext(dict, getLanguage());
const [watchDbStatus] = createWorkerSignal({ // const [watchDbStatus] = createWorkerSignal({
provider: 'watchDb', // provider: 'watchDb',
}); // });
createEffect(() => { // createEffect(() => {
console.log({ caller: 'createEffect', watchDbStatus: watchDbStatus() }); // console.log({ caller: 'createEffect', watchDbStatus: watchDbStatus() });
}); // });
render( render(
() => ( () => (