Skip to content

Commit

Permalink
[Refactor:RainbowGrades] Remove benchmark_percent from display (#76)
Browse files Browse the repository at this point in the history
Matching behavior of Submitty Repo
  • Loading branch information
ziesski authored Jul 9, 2024
1 parent f911fe0 commit f49ba8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit f49ba8d

Please sign in to comment.