diff --git a/MediaBrowser.Server.Implementations/Udp/UdpServer.cs b/MediaBrowser.Server.Implementations/Udp/UdpServer.cs index af32f08de1..b67c3e4e8b 100644 --- a/MediaBrowser.Server.Implementations/Udp/UdpServer.cs +++ b/MediaBrowser.Server.Implementations/Udp/UdpServer.cs @@ -50,8 +50,6 @@ namespace MediaBrowser.Server.Implementations.Udp _networkManager = networkManager; _serverConfigurationManager = serverConfigurationManager; _httpServer = httpServer; - - new Timer(state => _logger.Info("Internal address {0}", GetLocalIpAddress()), null, 0, 1000); } ///