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

Removed debug output

parent 3a459b35
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ public class LygusRugulipennisModel extends I18nImpl implements Model{
public List<Result> getResult() throws ModelExcecutionException {
this.aggregateDaysAboveThreshold();
System.out.println(this.dataMatrix.toString());
//System.out.println(this.dataMatrix.toString());
List<Result> retVal = new ArrayList<>();
Date currentDate = this.dataMatrix.getFirstDateWithParameterValue(DataMatrix.DAYS_ABOVE_THRESHOLD);
Calendar cal = Calendar.getInstance(this.timeZone);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment