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",