diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-27 14:37:35 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-27 14:37:35 -0400 |
| commit | e5936e008e78ccad0ad98ee4b81e82532b0f6759 (patch) | |
| tree | 81196d984548605c3f35e13a1e3139c36b6ed0d1 | |
| parent | 085e597a2e0be1aa7341946201de774684031dd4 (diff) | |
removed test code
| -rw-r--r-- | MediaBrowser.Server.Implementations/Udp/UdpServer.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/Udp/UdpServer.cs b/MediaBrowser.Server.Implementations/Udp/UdpServer.cs index af32f08de..b67c3e4e8 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); } /// <summary> |
