mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-16 12:16:11 +00:00
test/fuzz/tests: remove debug logging statement (#8385)
This commit is contained in:
@@ -53,7 +53,6 @@ func fuzz(data []byte) {
|
||||
}
|
||||
copy(dataRead[totalRead:], buf[:m])
|
||||
totalRead += m
|
||||
log.Printf("total read: %d", totalRead)
|
||||
}
|
||||
|
||||
if !bytes.Equal(data, dataRead) {
|
||||
|
||||
Reference in New Issue
Block a user