diff --git a/src/providers/https.ts b/src/providers/https.ts index cd9f1745d..7c07d2e0d 100644 --- a/src/providers/https.ts +++ b/src/providers/https.ts @@ -420,7 +420,7 @@ export function _onCallWithOptions( const func = async (req: Request, res: express.Response) => { try { if (!isValidRequest(req)) { - console.error('Invalid request', req); + console.error('Invalid request'); throw new HttpsError('invalid-argument', 'Bad Request'); }