From 85568e6ce5c9a7e3a70b1d10c59c3767557fc931 Mon Sep 17 00:00:00 2001 From: csawatzky Date: Tue, 10 Feb 2026 15:59:46 -0600 Subject: [PATCH] remove console log --- src/maps/mapDrawers/FieldDrawer.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/maps/mapDrawers/FieldDrawer.tsx b/src/maps/mapDrawers/FieldDrawer.tsx index c54276c..724cf5d 100644 --- a/src/maps/mapDrawers/FieldDrawer.tsx +++ b/src/maps/mapDrawers/FieldDrawer.tsx @@ -134,7 +134,6 @@ export default function FieldDrawer(props: Props) { hPlanAPI .listHarvestPlans(1, 0, "desc", "createDate", field.key(), as) .then(resp => { - console.log(resp) if (resp.data.harvestPlan) { let plan = resp.data.harvestPlan[0]; setHPlan(HarvestPlan.any(plan));