From 133edd82f2e97c8564a4a720ab1cf7630a5833db Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 23 Aug 2012 12:58:21 -0700 Subject: [PATCH] Removed extraneous line --- NzbDrone.Common/ReportingService.cs | 2 -- 1 file changed, 2 deletions(-) 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()