Removed the system.out.println

This commit is contained in:
Janco Kock
2014-10-26 22:19:17 +01:00
parent f122e9a9af
commit 4b11df0075
-1
View File
@@ -435,7 +435,6 @@ public class StatisticsCalculator {
Periode periode = new Periode(begin, eind, "Geen hittegolfperiode gevonden");
for(int i = 0; i < maxTempPerDay.size(); i++){
System.out.println(maxTempPerDay.get(i));
if( maxTempPerDay.get(i).getRawOutsideTemp() >= 770){ // If the temperature is bigger then 25 degree Celcius (770 degree Fahrenheit) the summer period will start
periodLength++;
if (maxTempPerDay.get(i).getRawOutsideTemp() >= 860){ // If the temperature is bigger then 30 degree Celcius (860 degree Fahrenheit) it will add a tropical day