Browse Source

Remove logging

Taylor Wilsdon 4 months ago
parent
commit
190911206b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/lib/components/admin/Settings/Documents.svelte

+ 0 - 2
src/lib/components/admin/Settings/Documents.svelte

@@ -192,7 +192,6 @@
 				tika_server_url: tikaServerUrl
 			}
 		});
-		console.log(res)
 
 		await updateQuerySettings(localStorage.token, querySettings);
 
@@ -235,7 +234,6 @@
 		querySettings = await getQuerySettings(localStorage.token);
 
 		const res = await getRAGConfig(localStorage.token);
-		console.log(res)
 		if (res) {
 			pdfExtractImages = res.pdf_extract_images;