Bump version to 0.2.2
[harbour-pedalo.git] / src / statsweekdaycongestion.cpp
index 3e19192..9b6eb81 100644 (file)
@@ -1,5 +1,3 @@
-#include <QDebug>
-
 #include "statsweekdaycongestion.h"
 
 StatsWeekdayCongestion::StatsWeekdayCongestion(JourneyModel * journeys) :
@@ -15,7 +13,6 @@ void StatsWeekdayCongestion::update() {
     unsigned int count[7];
     int pos;
 
-    qDebug() << "Calculating values";
     barvalues.clear();
 
     for (pos = 0; pos < 7; pos++) {
@@ -46,6 +43,4 @@ void StatsWeekdayCongestion::update() {
     }
 
     step = maxval > 5.0 ? qRound(maxval / 5.0) : (maxval / 5.0);
-
-    qDebug() << "Calculated values";
 }