From 6fe63c33beda2e93281d1e5c0fff59e36ea0de3b Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sun, 4 Dec 2011 15:12:53 -0800 Subject: [PATCH] remove debug logs Change-Id: I2f34d591b86145e4a4b028c6f878a1a5f7acb121 --- lib/go/camli/index/index.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/go/camli/index/index.go b/lib/go/camli/index/index.go index 01917dbe1..a7c3b53f9 100644 --- a/lib/go/camli/index/index.go +++ b/lib/go/camli/index/index.go @@ -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 == "" {