remove debugging

Change-Id: If83580e85cfb350bba059dde9e7bccb0c7658e99
This commit is contained in:
Brad Fitzpatrick 2013-06-10 19:23:34 +02:00
parent 3658434d42
commit 7fd16c5df4
1 changed files with 0 additions and 1 deletions

View File

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