diff --git a/pkg/index/receive.go b/pkg/index/receive.go index 441c91569..6d1db3874 100644 --- a/pkg/index/receive.go +++ b/pkg/index/receive.go @@ -224,7 +224,6 @@ func (ix *Index) populateFile(blob *schema.Blob, bm BatchMutation) error { oldest, newest := sortTimes[0], sortTimes[len(sortTimes)-1] time3339s = types.Time3339(oldest).String() + "," + types.Time3339(newest).String() } - log.Printf("times are: %q", time3339s) wholeRef := blobref.FromHash(sha1) bm.Set(keyWholeToFileRef.Key(wholeRef, blobRef), "1")