From e263d066dab393563584ba6b32393d90e084d1f0 Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 11 Jan 2021 19:47:07 -0500 Subject: [PATCH] Remove TODO [skip ci] --- src/NzbDrone.Core/Configuration/ConfigFileProvider.cs | 1 - 1 file changed, 1 deletion(-) 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();