Removed extraneous line

pull/6/head
Mark McDowall 12 years ago
parent 327b461667
commit 133edd82f2

@ -113,8 +113,6 @@ namespace NzbDrone.Common
ThrowExceptions = !EnvironmentProvider.IsProduction, ThrowExceptions = !EnvironmentProvider.IsProduction,
}; };
//ExceptronClient.Enviroment = EnvironmentProvider.IsProduction ? "Prod" : "Dev";
ExceptronClient = new ExceptronClient(config) ExceptronClient = new ExceptronClient(config)
{ {
ApplicationVersion = new EnvironmentProvider().Version.ToString() ApplicationVersion = new EnvironmentProvider().Version.ToString()

Loading…
Cancel
Save