mirror of
https://github.com/Readarr/Readarr
synced 2026-02-06 23:01:31 +01:00
Removed extraneous line
This commit is contained in:
parent
327b461667
commit
133edd82f2
1 changed files with 0 additions and 2 deletions
|
|
@ -113,8 +113,6 @@ public static void SetupExceptronDriver()
|
||||||
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 a new issue