Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
nomaxg committed Nov 29, 2023
1 parent eabac34 commit 3f83d48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validator/server_api/validation_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func (c *ValidationClient) Launch(entry *validator.ValidationInput, moduleRoot c
atomic.AddInt32(&c.room, -1)
promise := stopwaiter.LaunchPromiseThread[validator.GoGlobalState](c, func(ctx context.Context) (validator.GoGlobalState, error) {
input := ValidationInputToJson(entry)
log.Info("Validation input", "hotshot commitment", input.BatchInfo[0].HotShotCommitment)
var res validator.GoGlobalState
err := c.client.CallContext(ctx, &res, Namespace+"_validate", input, moduleRoot)
atomic.AddInt32(&c.room, 1)
Expand Down

0 comments on commit 3f83d48

Please sign in to comment.