From dc0eda83a060d40f96fd80ff80a281ac30f99aff Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Thu, 27 Aug 2015 14:18:52 +1000 Subject: [PATCH] Remove a debug line, tested out and merged reznet's UTC patches --- sleepyhead/Graphs/gXAxis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();