2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 21:55:10 +00:00

Commented annoying log message

This commit is contained in:
Albert Vaca
2016-06-14 17:39:41 +02:00
parent 24685348cf
commit 9bf2adefc4

View File

@@ -269,7 +269,7 @@ public class LanLinkProvider extends BaseLinkProvider {
} else { } else {
String myId = DeviceHelper.getDeviceId(context); String myId = DeviceHelper.getDeviceId(context);
if (deviceId.equals(myId)) { if (deviceId.equals(myId)) {
Log.i("KDE/LanLinkProvider", "Ignoring my own broadcast"); //Log.i("KDE/LanLinkProvider", "Ignoring my own broadcast");
return; return;
} }
} }