From eda76102f486a2970a2420590fa77fa1ee3d3ad0 Mon Sep 17 00:00:00 2001 From: Max Metcalfe Date: Wed, 4 Sep 2024 15:04:15 -0300 Subject: [PATCH] remove extra logging from getFetch() --- src/utils/fetch.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/utils/fetch.ts b/src/utils/fetch.ts index 33e06a83..44c42269 100644 --- a/src/utils/fetch.ts +++ b/src/utils/fetch.ts @@ -10,9 +10,6 @@ export const getFetch = (config: PineconeConfiguration) => { // scope, use that. This should prevent confusing failures in // nextjs projects where @vercel/fetch is mandated and // other implementations are stubbed out. - console.log( - 'Failed to find any user-provided fetch implementation. Using global fetch implementation.' - ); return global.fetch; } else { throw new PineconeConfigurationError(