[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:27:04 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=bf09a24

The following commit has been merged in the master branch:
commit bf09a248db45bf97870063ba8e4788ed90cf90f2
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Tue Oct 1 03:26:34 2013 +0200

    Commented console json output
---
 kded/networkpackage.cpp | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/kded/networkpackage.cpp b/kded/networkpackage.cpp
index 7949e93..ea63d06 100644
--- a/kded/networkpackage.cpp
+++ b/kded/networkpackage.cpp
@@ -84,7 +84,7 @@ QByteArray NetworkPackage::serialize() const
         qDebug() << "Serialization error:" << serializer.errorMessage();
     } else {
         if (!isEncrypted()) {
-            qDebug() << "Serialized package:" << json;
+            //qDebug() << "Serialized package:" << json;
         }
         json.append('
');
     }
@@ -107,11 +107,7 @@ bool NetworkPackage::unserialize(const QByteArray& a, NetworkPackage* np)
     QJson::QObjectHelper::qvariant2qobject(variant, np);
 
     if (!np->isEncrypted()) {
-        //qDebug() << "Unserialized package:" << a;
-    }
-
-    if (!np->isEncrypted()) {
-        qDebug() << "Unserialize: " << a;
+        //qDebug() << "Unserialized: " << a;
     }
 
     np->mPayloadSize = variant["payloadSize"].toInt(); //Will return 0 if was not present, which is ok

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list