Remove excess diagnostics from statistics.cpp

This commit is contained in:
Guy Scharf 2020-06-10 14:46:55 -07:00
parent 88289deec4
commit b7223560bd

View File

@ -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);
}