removing log

This commit is contained in:
csawatzky 2025-09-30 16:33:04 -06:00
parent 708a1568a6
commit 239f1d4327

View file

@ -345,7 +345,6 @@ export default function Bins(props: Props) {
let b = resp.data.bins.map(b => Bin.any(b)); let b = resp.data.bins.map(b => Bin.any(b));
b.forEach(bin => { b.forEach(bin => {
if (bin.empty()) { if (bin.empty()) {
console.log(bin.name())
empty.push(bin); empty.push(bin);
} else if (bin.storage() === pond.BinStorage.BIN_STORAGE_FERTILIZER) { } else if (bin.storage() === pond.BinStorage.BIN_STORAGE_FERTILIZER) {
fert.push(bin); fert.push(bin);