mirror of
https://github.com/open-webui/open-webui
synced 2025-01-19 09:16:44 +00:00
fix: remove stray debug log
This commit is contained in:
parent
ae26596d0d
commit
197af1264d
@ -566,7 +566,6 @@
|
||||
};
|
||||
|
||||
onMount(async () => {
|
||||
console.log('mounting');
|
||||
await Promise.all([
|
||||
(async () => {
|
||||
OLLAMA_URLS = await getOllamaUrls(localStorage.token).catch((error) => {
|
||||
|
Loading…
Reference in New Issue
Block a user