From aecb0d1de05c5ca09ae0b6c2c5aaf6a02894db6f Mon Sep 17 00:00:00 2001 From: Vollmer Date: Tue, 9 Jan 2024 12:48:42 +0100 Subject: [PATCH] remove this instead of commenting out --- .../modules/features/BuffTargetHelper/BuffTargetHelper.tsx | 1 - 1 file changed, 1 deletion(-) 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); }