diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-10-23 15:14:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-23 15:14:56 -0400 |
| commit | 9c4240cf026591de73b7e5641a62cdc8e42c6465 (patch) | |
| tree | 689ba0e9c92d0aa9be103b41db62cae7bb499488 /Emby.Server.Implementations/HttpServer/HttpListenerHost.cs | |
| parent | 3129feee75d2ba0b0c086776265c193b3d6027ee (diff) | |
| parent | 9b71812325f03b8147d7ec13511974856f7daa6a (diff) | |
Merge pull request #2972 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/HttpListenerHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/HttpServer/HttpListenerHost.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs index 1d3d4f1e5..937eb8029 100644 --- a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs +++ b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs @@ -411,8 +411,6 @@ namespace Emby.Server.Implementations.HttpServer host = host ?? string.Empty; - _logger.Debug("Validating host {0}", host); - if (_networkManager.IsInPrivateAddressSpace(host)) { hosts.Add("localhost"); |
