Skip to content

Commit b0e323e

Browse files
committed
Remove uneeded comment
1 parent ad5fc4e commit b0e323e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

neurons/validator.py

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ async def spawn_loops(task_queue, scoring_queue, reward_events, miners_dict):
5656
task_scorer.start(model_scheduler, scoring_queue, reward_events, simultaneous_loops=2), name="TaskScorer"
5757
)
5858
all_tasks = [profile, tasks, models, scorer]
59-
# all_tasks = [models]
6059

6160
while True:
6261
await asyncio.sleep(5)

0 commit comments

Comments
 (0)