We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa593a9 commit 7e98092Copy full SHA for 7e98092
1 file changed
photon-core/src/main/java/org/photonvision/common/networking/NetworkUtils.java
@@ -327,7 +327,6 @@ public static String getMacAddress() {
327
328
private static NetworkInterface getInterfaceForRemoteAddress(
329
InetAddress remoteAddress, int remotePort) {
330
-
331
// Paranoia -- validate remote address
332
if (remoteAddress == null
333
|| remoteAddress.isLoopbackAddress()
0 commit comments