mirror of https://github.com/Radarr/Radarr
Removed extraneous line
This commit is contained in:
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…
Reference in New Issue