mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-01 06:35:09 +00:00
Commented raw json debug output
This commit is contained in:
@@ -127,7 +127,7 @@ public class NetworkPackage {
|
|||||||
String json = jo.toString().replace("\\/","/")+"\n";
|
String json = jo.toString().replace("\\/","/")+"\n";
|
||||||
|
|
||||||
if (!isEncrypted()) {
|
if (!isEncrypted()) {
|
||||||
Log.e("NetworkPackage.serialize", json);
|
//Log.e("NetworkPackage.serialize", json);
|
||||||
}
|
}
|
||||||
|
|
||||||
return json;
|
return json;
|
||||||
@@ -155,7 +155,7 @@ public class NetworkPackage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!np.isEncrypted()) {
|
if (!np.isEncrypted()) {
|
||||||
Log.e("NetworkPackage.unserialize", s);
|
//Log.e("NetworkPackage.unserialize", s);
|
||||||
}
|
}
|
||||||
|
|
||||||
return np;
|
return np;
|
||||||
|
Reference in New Issue
Block a user