diff --git a/NzbDrone.Common/ReportingService.cs b/NzbDrone.Common/ReportingService.cs index fb1bb6be9..84ba0b528 100644 --- a/NzbDrone.Common/ReportingService.cs +++ b/NzbDrone.Common/ReportingService.cs @@ -113,8 +113,6 @@ namespace NzbDrone.Common ThrowExceptions = !EnvironmentProvider.IsProduction, }; - //ExceptronClient.Enviroment = EnvironmentProvider.IsProduction ? "Prod" : "Dev"; - ExceptronClient = new ExceptronClient(config) { ApplicationVersion = new EnvironmentProvider().Version.ToString()