diff options
| -rw-r--r-- | MediaBrowser.Server.Mac/Native/BaseMonoApp.cs | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/MediaBrowser.Server.Mac/Native/BaseMonoApp.cs b/MediaBrowser.Server.Mac/Native/BaseMonoApp.cs index 9c7421e42..67ad96859 100644 --- a/MediaBrowser.Server.Mac/Native/BaseMonoApp.cs +++ b/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> |
