mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +03:00
SSL error dialog: Remove debug noise
This commit is contained in:
parent
4c83653d5d
commit
7eb10a08b8
1 changed files with 2 additions and 3 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue