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

Removed debug output

parent f70f3d40
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ public class SeptoriaApiicolaModel extends I18nImpl implements Model{
Date firstSeasonPestObservationDate = firstSeasonPestObservation != null ?
new WeatherUtil().normalizeToExactDate(firstSeasonPestObservation.getTimeOfObservation(), this.timeZone)
: null;
System.out.println(this.dataMatrix.toCSV());
//System.out.println(this.dataMatrix.toCSV());
Date currentDate = this.dataMatrix.getFirstDateWithParameterValue(DataMatrix.WET_DAY);
Date endDate = this.dataMatrix.getLastDateWithParameterValue(DataMatrix.WET_DAY);
Calendar cal = Calendar.getInstance(timeZone);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment