mirror of
https://github.com/open-webui/open-webui.git
synced 2026-04-28 03:28:30 -05:00
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