Explorar el Código

update launch url

Luke hace 9 años
padre
commit
8ee0e50a63
Se han modificado 1 ficheros con 1 adiciones y 10 borrados
  1. 1 10
      MediaBrowser.Server.Mac/Native/BaseMonoApp.cs

+ 1 - 10
MediaBrowser.Server.Mac/Native/BaseMonoApp.cs

@@ -122,16 +122,7 @@ namespace MediaBrowser.Server.Mac
 
             process.Exited += ProcessExited;
 
-            try
-            {
-                process.Start();
-            }
-            catch (Exception ex)
-            {
-                _logger.ErrorException("Error launching url: {0}", ex, url);
-
-                throw;
-            }
+			process.Start();
         }
 
         /// <summary>