diff --git a/sleepyhead/Graphs/gXAxis.cpp b/sleepyhead/Graphs/gXAxis.cpp index 3a798094..88a80ad5 100644 --- a/sleepyhead/Graphs/gXAxis.cpp +++ b/sleepyhead/Graphs/gXAxis.cpp @@ -406,7 +406,7 @@ void gXAxisDay::paint(QPainter &painter, gGraph &graph, const QRegion ®ion) QDateTime date2 = QDateTime::fromMSecsSinceEpoch(minx, Qt::UTC); QDateTime enddate2 = QDateTime::fromMSecsSinceEpoch(maxx, Qt::UTC); - qInfo() << "Drawing date axis from " << date2 << " to " << enddate2; + //qInfo() << "Drawing date axis from " << date2 << " to " << enddate2; QDate date = date2.date(); // QDate enddate = enddate2.date();