Răsfoiți Sursa

removed test code

Luke Pulverenti 12 ani în urmă
părinte
comite
e5936e008e
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  1. 0 2
      MediaBrowser.Server.Implementations/Udp/UdpServer.cs

+ 0 - 2
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>