blobserver/storagetest: remove debug log

Change-Id: I3d6389a3444284ad325ef74a6918bd4c824ffb95
This commit is contained in:
Brad Fitzpatrick 2014-12-25 16:25:17 -08:00
parent 6e3fc37ae5
commit b3d751594c
1 changed files with 0 additions and 1 deletions

View File

@ -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.