mirror of https://github.com/perkeep/perkeep.git
remove debug logs
Change-Id: I2f34d591b86145e4a4b028c6f878a1a5f7acb121
This commit is contained in:
parent
d1cb36da9f
commit
6fe63c33be
|
@ -280,7 +280,6 @@ func (x *Index) SearchPermanodesWithAttr(dest chan<- *blobref.BlobRef, request *
|
|||
defer close(dest)
|
||||
if request.FuzzyMatch {
|
||||
// TODO(bradfitz): remove this for now? figure out how to handle it generically?
|
||||
log.Printf("Got unsupported fuzzy search request: %#v", request)
|
||||
return os.NewError("TODO: SearchPermanodesWithAttr: generic indexer doesn't support FuzzyMatch on PermanodeByAttrRequest")
|
||||
}
|
||||
if request.Attribute == "" {
|
||||
|
|
Loading…
Reference in New Issue