[Pkg-owncloud-commits] [owncloud-client] 29/211: SSL error dialog: Remove debug noise
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 25 09:10:23 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 7eb10a08b8b465012d7934a8cb0b39dbf2f028b9
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Thu Oct 9 16:49:14 2014 +0200
SSL error dialog: Remove debug noise
---
src/mirall/sslerrordialog.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/mirall/sslerrordialog.cpp b/src/mirall/sslerrordialog.cpp
index 4cd7773..19d1485 100644
--- a/src/mirall/sslerrordialog.cpp
+++ b/src/mirall/sslerrordialog.cpp
@@ -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 );
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list