From 9b71812325f03b8147d7ec13511974856f7daa6a Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 23 Oct 2017 15:14:11 -0400 Subject: update live stream management --- Emby.Server.Implementations/HttpServer/HttpListenerHost.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'Emby.Server.Implementations/HttpServer/HttpListenerHost.cs') 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"); -- cgit v1.2.3