removing log
This commit is contained in:
parent
708a1568a6
commit
239f1d4327
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue