mirror of
https://github.com/Xevion/RimWorld-Hydroponics-Expanded.git
synced 2025-12-11 10:08:31 -06:00
minor: remove commented unused code
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user