Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Jun 27, 2024
1 parent 6b41476 commit 3af1f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flatsurvey/worker/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ async def start(self):
r"""
Run until all our goals are resolved.
"""
assert self._goals
try:
for goal in self._goals:
await goal.consume_cache()
Expand All @@ -223,5 +222,6 @@ async def start(self):
finally:
for goal in self._goals:
await goal.report()

for reporter in self._reporters:
reporter.flush()

0 comments on commit 3af1f9d

Please sign in to comment.