Skip to content

Commit a429c9d

Browse files
committed
chore: add log
1 parent ddc66e2 commit a429c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neurons/validators/genie_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ async def forward(self):
331331
return
332332

333333

334-
#bt.logging.info(f"Forwarding task #{task_index} in session #{session}")
334+
bt.logging.info(f"Forwarding task #{task_index} in session #{session}")
335335
#seed, task_id_seed = self.get_seed(session, task_index)
336336

337337
#bt.logging.info(f"Random seed: {seed} | task_id_seed: {task_id_seed}")

0 commit comments

Comments
 (0)