mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
removed exceptioneer, updated ninject refrence for update.
This commit is contained in:
parent
61d03a69b7
commit
0eab46ce32
6 changed files with 6 additions and 52 deletions
|
@ -3,7 +3,6 @@ using System.Diagnostics;
|
|||
using System.Net;
|
||||
using System.Runtime.Remoting;
|
||||
using System.Threading;
|
||||
using Exceptioneer.WindowsFormsClient;
|
||||
using NLog;
|
||||
using Ninject;
|
||||
using NzbDrone.Common;
|
||||
|
@ -120,16 +119,7 @@ namespace NzbDrone.Providers
|
|||
{
|
||||
Console.WriteLine("EPIC FAIL: {0}", excepion);
|
||||
|
||||
if (EnvironmentProvider.IsProduction)
|
||||
{
|
||||
new Client
|
||||
{
|
||||
ApiKey = "43BBF60A-EB2A-4C1C-B09E-422ADF637265",
|
||||
ApplicationName = "NzbDrone",
|
||||
CurrentException = excepion as Exception
|
||||
}.Submit();
|
||||
}
|
||||
|
||||
|
||||
logger.FatalException("EPIC FAIL: " + excepion.Message, excepion);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue