diff --git a/src/NzbDrone.Core/Configuration/ConfigFileProvider.cs b/src/NzbDrone.Core/Configuration/ConfigFileProvider.cs index 894f651eb..87735669c 100644 --- a/src/NzbDrone.Core/Configuration/ConfigFileProvider.cs +++ b/src/NzbDrone.Core/Configuration/ConfigFileProvider.cs @@ -177,7 +177,6 @@ public AuthenticationType AuthenticationMethod 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();