mirror of
https://github.com/mendableai/firecrawl.git
synced 2026-01-06 12:13:58 +00:00
fix(scrapeURL): don't log fetch request
This commit is contained in:
parent
f42740a109
commit
e95b6656fa
@ -32,8 +32,6 @@ export async function robustFetch<Schema extends z.Schema<any>, Output = z.infer
|
||||
}: RobustFetchParams<Schema>): Promise<Output> {
|
||||
const params = { url, logger, method, body, headers, schema, ignoreResponse, ignoreFailure, tryCount };
|
||||
|
||||
logger.debug("Sending request...", { params, requestId });
|
||||
|
||||
let request: Response;
|
||||
try {
|
||||
request = await fetch(url, {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user