X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=src%2Fstatsweekdaycongestion.cpp;h=9b6eb8129ef3e1e01d1d805af94fb7c32cc9bee7;hp=3e19192883ac5770e31b5ab7f24d9293dfea5f3b;hb=336d2255eb501f5c228a80a0fa469844bbc1ee2f;hpb=54ab3ebfadf8cb258561a4641249da8c6469dc0f diff --git a/src/statsweekdaycongestion.cpp b/src/statsweekdaycongestion.cpp index 3e19192..9b6eb81 100644 --- a/src/statsweekdaycongestion.cpp +++ b/src/statsweekdaycongestion.cpp @@ -1,5 +1,3 @@ -#include - #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"; }