This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit c7804aea7c65486f4da7253b97b00d46304c1989 Author: Greg Stein <[email protected]> AuthorDate: Thu Jun 2 17:54:18 2022 -0500 remove stray/unused code --- monitoring/stv_tool.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/monitoring/stv_tool.py b/monitoring/stv_tool.py index 0315cd3..f9275c2 100755 --- a/monitoring/stv_tool.py +++ b/monitoring/stv_tool.py @@ -168,8 +168,6 @@ def run_stv(names: list, ordered_votes: list, num_seats: int): candidates.change_state(HOPEFUL, ELIMINATED) return candidates - candidates.print_results() - class CandidateList(object): def __init__(self, names):
