[Pkg-owncloud-commits] [owncloud-client] 153/333: Remove debug output that might cause a crash

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:47 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 0a5e691ba31b5b9c1a18dfa60b679812d0539e71
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Mon Mar 17 10:22:14 2014 +0100

    Remove debug output that might cause a crash
    
    The account may not be finilized when this is called while the
    wizzard is still running on first connection
---
 src/creds/httpcredentials.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/creds/httpcredentials.cpp b/src/creds/httpcredentials.cpp
index 050be60..f5d121e 100644
--- a/src/creds/httpcredentials.cpp
+++ b/src/creds/httpcredentials.cpp
@@ -266,13 +266,11 @@ void HttpCredentials::slotReadJobDone(QKeychain::Job *job)
 
 QString HttpCredentials::queryPassword(bool *ok)
 {
-    qDebug() << AccountManager::instance()->account()->state();
     if (ok) {
         QString str = QInputDialog::getText(0, tr("Enter Password"),
                                      tr("Please enter %1 password for user '%2':")
                                      .arg(Theme::instance()->appNameGUI(), _user),
                                      QLineEdit::Password, QString(), ok);
-        qDebug() << AccountManager::instance()->account()->state();
         return str;
     } else {
         return QString();

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