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);