mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-18 01:25:59 +08:00
remove extraneous log
This commit is contained in:
parent
39dd721781
commit
2fe35a4e3d
@ -16,13 +16,6 @@ export async function sendDocumentToIndex(meta: Meta, document: Document) {
|
|||||||
|| Object.keys(meta.options.headers).length === 0
|
|| Object.keys(meta.options.headers).length === 0
|
||||||
);
|
);
|
||||||
|
|
||||||
meta.logger.warn("shouldCache", {
|
|
||||||
shouldCache,
|
|
||||||
winnerEngine: meta.winnerEngine !== "cache" && meta.winnerEngine !== "index" && meta.winnerEngine !== "index;documents",
|
|
||||||
featureFlags: !meta.featureFlags.has("actions"),
|
|
||||||
headers: meta.options.headers === undefined || Object.keys(meta.options.headers).length === 0,
|
|
||||||
});
|
|
||||||
|
|
||||||
if (!shouldCache) {
|
if (!shouldCache) {
|
||||||
return document;
|
return document;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user