test/fuzz/tests: remove debug logging statement (#8385)

This commit is contained in:
elias-orijtech
2022-04-21 10:26:07 -04:00
committed by GitHub
parent cbae5f9f53
commit b4da12815f
@@ -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) {