removed test code

pull/702/head
Luke Pulverenti 12 years ago
parent 085e597a2e
commit e5936e008e

@ -50,8 +50,6 @@ namespace MediaBrowser.Server.Implementations.Udp
_networkManager = networkManager; _networkManager = networkManager;
_serverConfigurationManager = serverConfigurationManager; _serverConfigurationManager = serverConfigurationManager;
_httpServer = httpServer; _httpServer = httpServer;
new Timer(state => _logger.Info("Internal address {0}", GetLocalIpAddress()), null, 0, 1000);
} }
/// <summary> /// <summary>

Loading…
Cancel
Save