mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 05:37:43 +00:00
Commented annoying log message
This commit is contained in:
parent
24685348cf
commit
9bf2adefc4
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user