From b7223560bd6e8495e477737482ad54d4a4da8aea Mon Sep 17 00:00:00 2001 From: Guy Scharf Date: Wed, 10 Jun 2020 14:46:55 -0700 Subject: [PATCH] Remove excess diagnostics from statistics.cpp --- oscar/statistics.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oscar/statistics.cpp b/oscar/statistics.cpp index aa6c0ea9..c99788a5 100644 --- a/oscar/statistics.cpp +++ b/oscar/statistics.cpp @@ -1344,8 +1344,8 @@ void Statistics::printReport(QWidget * parent) { doc.setHtml(htmlReportHeaderPrint + htmlUsage + htmlMachineSettings + htmlMachines + htmlReportFooter); // Debug HTML - QString html = htmlReportHeaderPrint + htmlUsage + htmlMachineSettings + htmlMachines + htmlReportFooter; - qDebug() << "Html:" << html; +// QString html = htmlReportHeaderPrint + htmlUsage + htmlMachineSettings + htmlMachines + htmlReportFooter; +// qDebug() << "Html:" << html; doc.print(&printer); }