Skip to content

Commit a1b663d

Browse files
remove --- logging
1 parent 681f1d6 commit a1b663d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neurons/validator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ async def update_job(self, job: Job):
294294
logger.info(f"event information: {job.event['reason']}, {job.event['uids']}")
295295
for uid, reason in zip(job.event["uids"], job.event["reason"]):
296296
if reason == "state-checkpoint":
297-
logger.warning(f"----------- Setting uid {uid} score to zero, State-checkpoint check failed. -----------")
297+
logger.warning(f"Setting uid {uid} score to zero, State-checkpoint check failed.")
298298
self.scores[uid] = 0
299299

300300
best_index = np.argmin(energies)

0 commit comments

Comments
 (0)