From bdc2a66b1cb9e21f912fa167bef08de3b525221d Mon Sep 17 00:00:00 2001 From: Joeri Exelmans Date: Thu, 13 Nov 2025 22:49:16 +0100 Subject: [PATCH] remove debug output --- src/App/SideBar/check_property.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App/SideBar/check_property.ts b/src/App/SideBar/check_property.ts index 24a41cb..54d3a5e 100644 --- a/src/App/SideBar/check_property.ts +++ b/src/App/SideBar/check_property.ts @@ -52,8 +52,6 @@ export async function checkProperty(plant: Plant, property: } } - console.log({cleanPlantStates, traces}); - try { const response = await fetch(endpoint, { method: "POST",