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

Removed debug output

parent a8aaae90
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,6 @@ public class OatFloweringModel extends I18nImpl implements Model{ ...@@ -63,7 +63,6 @@ public class OatFloweringModel extends I18nImpl implements Model{
boolean z60Set = false, z625Set = false, z69Set = false; boolean z60Set = false, z625Set = false, z69Set = false;
for(WeatherObservation obs:this.TM) for(WeatherObservation obs:this.TM)
{ {
System.out.println("Running");
if(obs.getTimeMeasured().compareTo(dateOfSowing) >= 0 if(obs.getTimeMeasured().compareTo(dateOfSowing) >= 0
&& obs.getValue() > 0) && obs.getValue() > 0)
{ {
...@@ -211,7 +210,6 @@ public class OatFloweringModel extends I18nImpl implements Model{ ...@@ -211,7 +210,6 @@ public class OatFloweringModel extends I18nImpl implements Model{
case WeatherElements.TEMPERATURE_MEAN: case WeatherElements.TEMPERATURE_MEAN:
if(o.getLogIntervalId().equals(WeatherObservation.LOG_INTERVAL_ID_1D)) if(o.getLogIntervalId().equals(WeatherObservation.LOG_INTERVAL_ID_1D))
{ {
System.out.println("Adding TM");
this.TM.add(o); this.TM.add(o);
} }
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment