Remove sensitive API key logging from Firecrawl service to enhance security and prevent exposure of sensitive information during scraping operations.

This commit is contained in:
Nikhil-Doye
2025-10-17 17:08:13 -04:00
parent 3e99a78806
commit 627a476d1f
-4
View File
@@ -111,10 +111,6 @@ export const scrapeWithFirecrawl = async (
// Perform the scrape - SDK returns data directly
console.log("Firecrawl API Call - URL:", config.url);
console.log("Firecrawl API Call - Options:", scrapeOptions);
console.log(
"Firecrawl API Call - API Key:",
apiKey.substring(0, 10) + "..."
);
try {
// First attempt with provided options