SSL error dialog: Remove debug noise

This commit is contained in:
Daniel Molkentin 2014-10-09 16:49:14 +02:00
parent 4c83653d5d
commit 7eb10a08b8

View file

@ -149,11 +149,10 @@ bool SslErrorDialog::checkFailingCertsKnown( const QList<QSslError> &errors )
}
msg += QL("</div></body></html>");
qDebug() << "# # # # # # ";
qDebug() << msg;
//qDebug() << "# # # # # # ";
//qDebug() << msg;
QTextDocument *doc = new QTextDocument(0);
QString style = styleSheet();
qDebug() << "Style: " << style;
doc->addResource( QTextDocument::StyleSheetResource, QUrl( QL("format.css") ), style);
doc->setHtml( msg );