Skip to content

Commit

Permalink
removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Jul 18, 2018
1 parent dffad1c commit b8de0bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions MediaBrowser.Server.Mono/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ private static ServerApplicationPaths CreateApplicationPaths(string applicationP

private static void RunApplication(ServerApplicationPaths appPaths, ILogManager logManager, StartupOptions options)
{
// Allow all https requests
ServicePointManager.ServerCertificateValidationCallback = new RemoteCertificateValidationCallback(delegate { return true; });

var environmentInfo = GetEnvironmentInfo(options);

var fileSystem = new ManagedFileSystem(logManager.GetLogger("FileSystem"), environmentInfo, null, appPaths.TempDirectory, true);
Expand Down

0 comments on commit b8de0bf

Please sign in to comment.