fix: remove stray debug log
This commit is contained in:
@@ -566,7 +566,6 @@
|
||||
};
|
||||
|
||||
onMount(async () => {
|
||||
console.log('mounting');
|
||||
await Promise.all([
|
||||
(async () => {
|
||||
OLLAMA_URLS = await getOllamaUrls(localStorage.token).catch((error) => {
|
||||
|
||||
Reference in New Issue
Block a user