Skip to content

Commit 68153ff

Browse files
committed
Replace now outdated comment
1 parent fb98f40 commit 68153ff

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

sources/SilkTouch/SilkTouch/Mods/PrettifyNames.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,7 @@ public async Task ExecuteAsync(IModContext ctx, CancellationToken ct = default)
173173
{
174174
// Trim and prettify the trimmable names
175175

176-
// Get all the trimmers that are above this baseline. We also sort by the version. Why? Because someone
177-
// couldn't be bothered to introduce a weight property. It is also unclear what effect this has on 2.17/2.18
178-
// but to be honest those trimmers aren't used and are only included for posterity and understanding of the
179-
// old logic.
176+
// Define trimmers
180177
var trimmers = new INameTrimmer[]
181178
{
182179
new NameAffixerEarlyTrimmer(nameAffixer),

0 commit comments

Comments
 (0)