mirror of https://github.com/perkeep/perkeep.git
remove debugging
Change-Id: If83580e85cfb350bba059dde9e7bccb0c7658e99
This commit is contained in:
parent
3658434d42
commit
7fd16c5df4
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue