mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 09:58:08 +00:00
Remove redundant toString
This commit is contained in:
parent
8c9fc6586b
commit
d62a7fbcdc
@ -122,7 +122,7 @@ public class MdnsDiscovery {
|
||||
serviceInfo.setServiceName(deviceId);
|
||||
serviceInfo.setServiceType(SERVICE_TYPE);
|
||||
|
||||
Log.d(LOG_TAG, "My MDNS info: " + serviceInfo.toString());
|
||||
Log.d(LOG_TAG, "My MDNS info: " + serviceInfo);
|
||||
|
||||
return serviceInfo;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user