Skip to content

Commit

Permalink
Fix for the testing repeat harvest message
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Hardy committed Sep 15, 2021
1 parent c24e4f4 commit 5f483e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ public static int GetTimeBeforeNextHarvest(ICore ModelCore, Site site)

// We check if the stand where the cell is is harvested by a repeated prescription
// If it is not, we return 0.
PlugIn.ModelCore.UI.WriteLine("Testing if prescription is repeat harvest.");
// PlugIn.ModelCore.UI.WriteLine("Testing if prescription is repeat harvest.");
if (!(standOfTheSite.LastPrescription is Landis.Library.HarvestManagement.RepeatHarvest)) { return (0); }

// If it is a repeated prescription, we check if it is a single repeat
Expand Down

0 comments on commit 5f483e5

Please sign in to comment.