mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
fix: remove stray debug log
This commit is contained in:
parent
ae26596d0d
commit
197af1264d
1 changed files with 0 additions and 1 deletions
|
|
@ -566,7 +566,6 @@
|
|||
};
|
||||
|
||||
onMount(async () => {
|
||||
console.log('mounting');
|
||||
await Promise.all([
|
||||
(async () => {
|
||||
OLLAMA_URLS = await getOllamaUrls(localStorage.token).catch((error) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue