From fdd668d7e4a434812b711e9110c7f3fadd9b3906 Mon Sep 17 00:00:00 2001 From: Jade Devin Cabatlao Date: Sun, 1 Dec 2024 04:12:11 +0100 Subject: [PATCH] Update Ky.ts --- source/core/Ky.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/source/core/Ky.ts b/source/core/Ky.ts index a4f30b13..0aa541e2 100644 --- a/source/core/Ky.ts +++ b/source/core/Ky.ts @@ -434,7 +434,6 @@ export class Ky { const jsonString = JSON.stringify(body); return new TextEncoder().encode(jsonString).length; } catch (error) { - console.warn('Unable to stringify object:', error); return 0; } }