mirror of
https://github.com/open-webui/open-webui
synced 2025-06-09 16:07:54 +00:00
fix: remove stray debug log
This commit is contained in:
parent
ae26596d0d
commit
197af1264d
@ -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) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user