Commit 197af126 authored by Jun Siang Cheah's avatar Jun Siang Cheah
Browse files

fix: remove stray debug log

parent ae26596d
...@@ -566,7 +566,6 @@ ...@@ -566,7 +566,6 @@
}; };
onMount(async () => { onMount(async () => {
console.log('mounting');
await Promise.all([ await Promise.all([
(async () => { (async () => {
OLLAMA_URLS = await getOllamaUrls(localStorage.token).catch((error) => { OLLAMA_URLS = await getOllamaUrls(localStorage.token).catch((error) => {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment