Removed extraneous line

This commit is contained in:
Mark McDowall 2012-08-23 12:58:21 -07:00
parent 327b461667
commit 133edd82f2
1 changed files with 0 additions and 2 deletions

View File

@ -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()