Jelajahi Sumber

Removed the system.out.println

Janco Kock 11 tahun lalu
induk
melakukan
4b11df0075
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      StatisticsCalculator.java

+ 0 - 1
StatisticsCalculator.java

@@ -435,7 +435,6 @@ public class StatisticsCalculator {
 		Periode periode = new Periode(begin, eind, "Geen hittegolfperiode gevonden");
 		Periode periode = new Periode(begin, eind, "Geen hittegolfperiode gevonden");
 		
 		
 		for(int i = 0; i < maxTempPerDay.size(); i++){	
 		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				
 			if( maxTempPerDay.get(i).getRawOutsideTemp() >= 770){		// If the temperature is bigger then 25 degree Celcius (770 degree Fahrenheit) the summer period will start				
 				periodLength++;
 				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					
 				if (maxTempPerDay.get(i).getRawOutsideTemp() >= 860){	// If the temperature is bigger then 30 degree Celcius (860 degree Fahrenheit) it will add a tropical day