mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
Remove excess diagnostics from statistics.cpp
This commit is contained in:
parent
88289deec4
commit
b7223560bd
@ -1344,8 +1344,8 @@ void Statistics::printReport(QWidget * parent) {
|
|||||||
doc.setHtml(htmlReportHeaderPrint + htmlUsage + htmlMachineSettings + htmlMachines + htmlReportFooter);
|
doc.setHtml(htmlReportHeaderPrint + htmlUsage + htmlMachineSettings + htmlMachines + htmlReportFooter);
|
||||||
|
|
||||||
// Debug HTML
|
// Debug HTML
|
||||||
QString html = htmlReportHeaderPrint + htmlUsage + htmlMachineSettings + htmlMachines + htmlReportFooter;
|
// QString html = htmlReportHeaderPrint + htmlUsage + htmlMachineSettings + htmlMachines + htmlReportFooter;
|
||||||
qDebug() << "Html:" << html;
|
// qDebug() << "Html:" << html;
|
||||||
|
|
||||||
doc.print(&printer);
|
doc.print(&printer);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user