Browse Source

fix: remove stray debug log

Jun Siang Cheah 11 tháng trước cách đây
mục cha
commit
197af1264d

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

@@ -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) => {