minor: remove commented unused code

This commit is contained in:
2024-05-08 23:26:41 -05:00
parent 13250057dc
commit 26565b05dc

View File

@@ -130,8 +130,6 @@ namespace HydroponicsExpanded {
}
private void HarvestTick() {
// var plantsLeft = _innerContainer.Count;
// var potentialCellCount = this.OccupiedRect().Area;
// Try to place every plant in the container in any cell.
foreach (Thing nextInnerThing in _innerContainer) {