1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Removed extraneous line

This commit is contained in:
Mark McDowall
2012-08-23 12:58:21 -07:00
parent 327b461667
commit 133edd82f2
-2
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()