mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +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);
|
||||
|
||||
// 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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user