Ver código fonte

fix: remove stray debug log

Jun Siang Cheah 11 meses atrás
pai
commit
197af1264d
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      src/lib/components/chat/Settings/Models.svelte

+ 0 - 1
src/lib/components/chat/Settings/Models.svelte

@@ -566,7 +566,6 @@
 	};
 
 	onMount(async () => {
-		console.log('mounting');
 		await Promise.all([
 			(async () => {
 				OLLAMA_URLS = await getOllamaUrls(localStorage.token).catch((error) => {