2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-29 21:27:40 +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 {
String myId = DeviceHelper.getDeviceId(context);
if (deviceId.equals(myId)) {
Log.i("KDE/LanLinkProvider", "Ignoring my own broadcast");
//Log.i("KDE/LanLinkProvider", "Ignoring my own broadcast");
return;
}
}