diff --git a/Jellyfin.Networking/Manager/NetworkManager.cs b/Jellyfin.Networking/Manager/NetworkManager.cs
index b0046af481..785a058d3a 100644
--- a/Jellyfin.Networking/Manager/NetworkManager.cs
+++ b/Jellyfin.Networking/Manager/NetworkManager.cs
@@ -576,11 +576,7 @@ namespace Jellyfin.Networking.Manager
return false;
}
- ///
- /// Checks to see if has access.
- ///
- /// IP Address of client.
- /// True if has access, otherwise false.
+ ///
public bool HasRemoteAccess(IPAddress remoteIp)
{
var config = _configurationManager.GetNetworkConfiguration();