mirror of https://github.com/perkeep/perkeep.git
blobserver/storagetest: remove debug log
Change-Id: I3d6389a3444284ad325ef74a6918bd4c824ffb95
This commit is contained in:
parent
6e3fc37ae5
commit
b3d751594c
|
@ -408,7 +408,6 @@ func TestStreamer(t *testing.T, bs StreamEnumerator, opts ...StreamerTestOpt) {
|
|||
}); err != nil {
|
||||
t.Fatalf("Enumerate: %v", err)
|
||||
}
|
||||
t.Logf("enumerated %d blobs in stream test", len(sawEnum))
|
||||
|
||||
// See if, without cancelation, it yields the right
|
||||
// result and without errors.
|
||||
|
|
Loading…
Reference in New Issue