X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=src%2Fstatshourcongestion.cpp;h=4debac74c9555d3f9e8b0862519b143839be8385;hp=1d049e72d0d9b0ff0d9f543538d7eeed5a371153;hb=HEAD;hpb=54ab3ebfadf8cb258561a4641249da8c6469dc0f diff --git a/src/statshourcongestion.cpp b/src/statshourcongestion.cpp index 1d049e7..4debac7 100644 --- a/src/statshourcongestion.cpp +++ b/src/statshourcongestion.cpp @@ -1,5 +1,3 @@ -#include - #include "statshourcongestion.h" #define LOWESTHOUR (7) @@ -22,7 +20,6 @@ void StatsHourCongestion::update() { unsigned int count[24]; int pos; - qDebug() << "Calculating values"; barvalues.clear(); for (pos = 0; pos < 24; pos++) { @@ -62,6 +59,4 @@ void StatsHourCongestion::update() { } step = (maxval > 5.0) ? qRound(maxval / 5.0) : (maxval / 5.0); - - qDebug() << "Calculated values"; }