Skip to content

Commit

Permalink
refactor(framework:skip) Remove SuperExec telemetry (#4417)
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng authored Nov 2, 2024
1 parent 74caa13 commit 6091254
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/py/flwr/common/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,6 @@ def _generate_next_value_(name: str, start: int, count: int, last_values: list[A

# Not yet implemented

# --- SuperExec --------------------------------------------------------------------

# SuperExec
RUN_SUPEREXEC_ENTER = auto()
RUN_SUPEREXEC_LEAVE = auto()

# --- Simulation Engine ------------------------------------------------------------

# CLI: flower-simulation
Expand Down

0 comments on commit 6091254

Please sign in to comment.