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