From kde-commits Fri Jan 31 21:20:47 2014 From: Montel Laurent Date: Fri, 31 Jan 2014 21:20:47 +0000 To: kde-commits Subject: [kdepim] pimcommon/storageservice/box: Remove debug Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=139120325615221 Git commit e7d1e666fd72744ca22996dab59efdf4de9540b5 by Montel Laurent. Committed on 31/01/2014 at 21:19. Pushed by mlaurent into branch 'master'. Remove debug M +3 -3 pimcommon/storageservice/box/boxjob.cpp http://commits.kde.org/kdepim/e7d1e666fd72744ca22996dab59efdf4de9540b5 diff --git a/pimcommon/storageservice/box/boxjob.cpp b/pimcommon/storageser= vice/box/boxjob.cpp index b1bf7a0..e85fe60 100644 --- a/pimcommon/storageservice/box/boxjob.cpp +++ b/pimcommon/storageservice/box/boxjob.cpp @@ -75,7 +75,7 @@ void BoxJob::refreshToken() postData.addQueryItem(QLatin1String("grant_type"), QLatin1String("refr= esh_token")); postData.addQueryItem(QLatin1String("client_id"), mClientId); postData.addQueryItem(QLatin1String("client_secret"), mClientSecret); - qDebug()<<"refreshToken postData: "<post(request, postData= .encodedQuery()); connect(reply, SIGNAL(error(QNetworkReply::NetworkError)), this, SLOT(= slotError(QNetworkReply::NetworkError))); @@ -146,7 +146,7 @@ void BoxJob::moveFolder(const QString &source, const QS= tring &destination) mError =3D false; QUrl url; url.setUrl(mApiUrl + mFolderInfoPath + source); - qDebug()<<" url "<