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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();