mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
update to service stack v4
This commit is contained in:
@@ -444,11 +444,6 @@ namespace MediaBrowser.Common.Implementations
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.Error("Error creating {0}", ex, type.Name);
|
||||
|
||||
#if DEBUG
|
||||
throw;
|
||||
#endif
|
||||
|
||||
// Don't blow up in release mode
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user