diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-07-19 23:00:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-07-19 23:00:41 +0200 |
commit | 1d1a6867589a8e71755624e1e9d9e8b95a5a1156 (patch) | |
tree | 35f54c5ad7edfb58af4c3a1db3e0dc8a83da9af6 /src/sslinfodialog.cpp | |
parent | Added UI option to configure the "Do Not Track" feature (diff) | |
download | rekonq-1d1a6867589a8e71755624e1e9d9e8b95a5a1156.tar.xz |
Calm down kDebug messages
Diffstat (limited to 'src/sslinfodialog.cpp')
-rw-r--r-- | src/sslinfodialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sslinfodialog.cpp b/src/sslinfodialog.cpp index 5bcdd39a..b9668fd1 100644 --- a/src/sslinfodialog.cpp +++ b/src/sslinfodialog.cpp @@ -132,8 +132,6 @@ void SslInfoDialog::exportCert() QString certPath = KFileDialog::getSaveFileName(name, QString(), this); - kDebug() << certPath; - QFile file(certPath); if(!file.open(QIODevice::WriteOnly | QIODevice::Text)) return; |