diff --git a/src/analysis/retail/evoker/augmentation/modules/features/BuffTargetHelper/BuffTargetHelper.tsx b/src/analysis/retail/evoker/augmentation/modules/features/BuffTargetHelper/BuffTargetHelper.tsx index 0e438e26336..6ed53eff901 100644 --- a/src/analysis/retail/evoker/augmentation/modules/features/BuffTargetHelper/BuffTargetHelper.tsx +++ b/src/analysis/retail/evoker/augmentation/modules/features/BuffTargetHelper/BuffTargetHelper.tsx @@ -362,7 +362,6 @@ class BuffTargetHelper extends Analyzer { isImportant = true; } - //this.addEntryToTwoTargetMRTNote(top2Entries, i, intervalStart, isImportant); this.addEntryToFourTargetMRTNote(top4Entries, i, intervalStart, isImportant); }