fix: remove stray debug log

This commit is contained in:
Jun Siang Cheah 2024-05-19 22:15:27 +08:00
parent ae26596d0d
commit 197af1264d

View File

@ -566,7 +566,6 @@
};
onMount(async () => {
console.log('mounting');
await Promise.all([
(async () => {
OLLAMA_URLS = await getOllamaUrls(localStorage.token).catch((error) => {