Skip to content

Commit

Permalink
Remove timeout debug log (#8247)
Browse files Browse the repository at this point in the history
* Disallow request epoch to be out of bound

* Remove debug log

* Revert "Disallow request epoch to be out of bound"

This reverts commit d2dc7db.
  • Loading branch information
terencechain committed Jan 11, 2021
1 parent 5fd03f8 commit 323eac6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validator/client/attest.go
Expand Up @@ -260,7 +260,6 @@ func (v *validator) waitOneThirdOrValidBlock(ctx context.Context, slot uint64) {
return

case <-t.C:
fmt.Println("Successfully waited 1/3. Slot ", slot)
return
}
}
Expand Down

0 comments on commit 323eac6

Please sign in to comment.