removed exceptioneer, updated ninject refrence for update.

This commit is contained in:
kay.one 2012-09-25 18:57:24 -07:00
commit 0eab46ce32
6 changed files with 6 additions and 52 deletions

View file

@ -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);
}
}