From 239f1d4327eb00ea50bd5c808779b21b000ad83a Mon Sep 17 00:00:00 2001 From: csawatzky Date: Tue, 30 Sep 2025 16:33:04 -0600 Subject: [PATCH] removing log --- src/pages/Bins.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/Bins.tsx b/src/pages/Bins.tsx index a0e1397..9145a6a 100644 --- a/src/pages/Bins.tsx +++ b/src/pages/Bins.tsx @@ -345,7 +345,6 @@ export default function Bins(props: Props) { let b = resp.data.bins.map(b => Bin.any(b)); b.forEach(bin => { if (bin.empty()) { - console.log(bin.name()) empty.push(bin); } else if (bin.storage() === pond.BinStorage.BIN_STORAGE_FERTILIZER) { fert.push(bin);