From f49ba8d291da26731b071320648c1a448126dc2b Mon Sep 17 00:00:00 2001 From: Jaeseok Kang <123261952+ziesski@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:05:23 -0400 Subject: [PATCH] [Refactor:RainbowGrades] Remove benchmark_percent from display (#76) Matching behavior of Submitty Repo --- main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.cpp b/main.cpp index 00e0989..70ed2f3 100644 --- a/main.cpp +++ b/main.cpp @@ -778,8 +778,6 @@ void preprocesscustomizationfile(const std::string &now_string, DISPLAY_RANK_TO_INDIVIDUAL = true; } else if (token == "display_benchmark") { continue; - } else if (token == "benchmark_percent") { - continue; } else if (token == "section") { continue; } else if (token == "messages") {