From 69458ab6497ef18c5036de9053f2049207b3adc9 Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Wed, 29 Oct 2025 04:25:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=87=20remove=20`console.log`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CreateBlueprintForm.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/CreateBlueprintForm.tsx b/src/components/CreateBlueprintForm.tsx index e2101a82..2af31650 100644 --- a/src/components/CreateBlueprintForm.tsx +++ b/src/components/CreateBlueprintForm.tsx @@ -88,10 +88,6 @@ export default function CreateBlueprintForm({ if (!isValid) return; const payload = form.getValues(); - console.log({ - isValid, - payload - }); const res = await api .put< AxiosResponse