From af9a0a6f0ba3f2dc5843e66166d63b1c41fcd678 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 16 Aug 2024 19:56:03 -0400 Subject: [PATCH] Update map.ts --- apps/api/src/controllers/v1/map.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/api/src/controllers/v1/map.ts b/apps/api/src/controllers/v1/map.ts index 7f71303f..cd3e9ab7 100644 --- a/apps/api/src/controllers/v1/map.ts +++ b/apps/api/src/controllers/v1/map.ts @@ -55,12 +55,10 @@ export async function mapController( let mapUrl = req.body.search ? `"${req.body.search}" site:${req.body.url}` : `site:${req.body.url}`; - console.log(mapUrl); // www. seems to exclude subdomains in some cases const mapResults = await fireEngineMap(mapUrl, { numResults: 50, }); - console.log(mapResults); if (mapResults.length > 0) { mapResults.map((x) => {