Skip to content
Snippets Groups Projects
Commit a62e5f9c authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Removed debug output

parent 5287ab35
No related branches found
No related tags found
No related merge requests found
......@@ -379,7 +379,6 @@ public class BremiaLactucaeModel extends I18nImpl implements Model {
Calendar cal = Calendar.getInstance(this.timeZone);
while(currentHour.before(sunriseYesterday))
{
System.out.println(currentHour);
if(this.dataMatrix.getParamDoubleValueForDate(currentHour, DataMatrix.BTG) >= BremiaLactucaeModel.LEAF_WETNESS_LOWER_THRESHOLD)
{
consecutiveHours++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment