[Pkg-owncloud-commits] [owncloud-client] 59/70: Decrease debug noise

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat May 17 20:01:31 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 4bcaebb3228a23b69b46fe67c0a9122b17749aed
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Thu May 15 15:04:15 2014 +0200

    Decrease debug noise
---
 src/creds/shibboleth/shibbolethuserjob.cpp | 2 +-
 src/creds/shibboleth/shibbolethwebview.cpp | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/creds/shibboleth/shibbolethuserjob.cpp b/src/creds/shibboleth/shibbolethuserjob.cpp
index 2db343e..1752c44 100644
--- a/src/creds/shibboleth/shibbolethuserjob.cpp
+++ b/src/creds/shibboleth/shibbolethuserjob.cpp
@@ -47,7 +47,7 @@ bool ShibbolethUserJob::finished()
     }
 
     QString user =  json.value("ocs").toMap().value("data").toMap().value("id").toString();
-    qDebug() << "cloud/user: " << json << "->" << user;
+    //qDebug() << "cloud/user: " << json << "->" << user;
     emit userFetched(user);
     return true;
 }
diff --git a/src/creds/shibboleth/shibbolethwebview.cpp b/src/creds/shibboleth/shibbolethwebview.cpp
index 033d8dd..91e7362 100644
--- a/src/creds/shibboleth/shibbolethwebview.cpp
+++ b/src/creds/shibboleth/shibbolethwebview.cpp
@@ -62,7 +62,6 @@ ShibbolethWebView::~ShibbolethWebView()
 
 void ShibbolethWebView::onNewCookiesForUrl (const QList<QNetworkCookie>& cookieList, const QUrl& url)
 {
-    qDebug() << "Received cookies for URL" << url << ":" << cookieList << ". Account object has URL" << _account->url();
     if (url.host() == _account->url().host()) {
         QNetworkCookie shibCookie = ShibbolethCredentials::findShibCookie(_account, cookieList);
         if (shibCookie != QNetworkCookie()) {

-- 
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