Remove TODO

With some testing this seems to be a none-issue, since we don't operate on the keys themselves
This commit is contained in:
Mole
2021-12-21 14:48:56 +01:00
parent 80cda3364b
commit 040116c004

View File

@@ -108,7 +108,6 @@ namespace Umbraco.Cms.Core.Configuration.Models
/// </summary>
private IEnumerable<CharItem> GetCharReplacements()
{
// TODO We need to special handle ":", as this character is special in keys
if (!EnableDefaultCharReplacements)
{
return _charCollection ?? Enumerable.Empty<CharItem>();