1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-17 21:26:22 -04:00

Remove TODO [skip ci]

This commit is contained in:
Qstick
2021-01-11 19:47:07 -05:00
committed by GitHub
parent cdaf88efa1
commit e263d066da

View File

@@ -177,7 +177,6 @@ namespace NzbDrone.Core.Configuration
public bool AnalyticsEnabled => GetValueBoolean("AnalyticsEnabled", true, persist: false);
// TODO: Change back to "master" for the first stable release.
public string Branch => GetValue("Branch", "master").ToLowerInvariant();
public string LogLevel => GetValue("LogLevel", "info").ToLowerInvariant();