From 4b11df0075c8598b23a8940ae2e13c8c9be23656 Mon Sep 17 00:00:00 2001 From: Janco Kock Date: Sun, 26 Oct 2014 22:19:17 +0100 Subject: [PATCH] Removed the system.out.println --- StatisticsCalculator.java | 1 - 1 file changed, 1 deletion(-) diff --git a/StatisticsCalculator.java b/StatisticsCalculator.java index e3c764f..15ab9b8 100644 --- a/StatisticsCalculator.java +++ b/StatisticsCalculator.java @@ -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