Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Mar 28, 2024
1 parent 7f85670 commit b65618d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snapshot_manager/snapshot_manager/snapshot_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ def make_testing_farm_request(self, chroot: str) -> str:
str: Request ID
"""
logging.info(f"Kicking off new tests for chroot {chroot}.")
all_tests_succeeded = False

# TODO(kwk): Add testing-farm code here, something like this:
# TODO(kwk): Decide how if we want to wait for test results (probably not) and if not how we can check for the results later.
Expand Down

0 comments on commit b65618d

Please sign in to comment.