mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-31 06:05:12 +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";
|
||||
|
||||
if (!isEncrypted()) {
|
||||
Log.e("NetworkPackage.serialize", json);
|
||||
//Log.e("NetworkPackage.serialize", json);
|
||||
}
|
||||
|
||||
return json;
|
||||
@@ -155,7 +155,7 @@ public class NetworkPackage {
|
||||
}
|
||||
|
||||
if (!np.isEncrypted()) {
|
||||
Log.e("NetworkPackage.unserialize", s);
|
||||
//Log.e("NetworkPackage.unserialize", s);
|
||||
}
|
||||
|
||||
return np;
|
||||
|
Reference in New Issue
Block a user