diff --git a/server/utils/fetch.ts b/server/utils/fetch.ts index dea42ae0..95d746f4 100644 --- a/server/utils/fetch.ts +++ b/server/utils/fetch.ts @@ -39,7 +39,6 @@ export const graphqlFetchWithProxy = async ( }) .then(res => res.json() as any) .then(result => { - logger.silly(result); const { data, errors } = result; return { data,