mirror of
https://github.com/open-webui/open-webui
synced 2025-01-04 01:53:31 +00:00
Remove logging
This commit is contained in:
parent
ea11521961
commit
190911206b
@ -192,7 +192,6 @@
|
|||||||
tika_server_url: tikaServerUrl
|
tika_server_url: tikaServerUrl
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
console.log(res)
|
|
||||||
|
|
||||||
await updateQuerySettings(localStorage.token, querySettings);
|
await updateQuerySettings(localStorage.token, querySettings);
|
||||||
|
|
||||||
@ -235,7 +234,6 @@
|
|||||||
querySettings = await getQuerySettings(localStorage.token);
|
querySettings = await getQuerySettings(localStorage.token);
|
||||||
|
|
||||||
const res = await getRAGConfig(localStorage.token);
|
const res = await getRAGConfig(localStorage.token);
|
||||||
console.log(res)
|
|
||||||
if (res) {
|
if (res) {
|
||||||
pdfExtractImages = res.pdf_extract_images;
|
pdfExtractImages = res.pdf_extract_images;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user