From f7732db604c5e84916fa54b57453678d44262e87 Mon Sep 17 00:00:00 2001 From: mpl Date: Wed, 26 Jun 2013 15:36:19 +0200 Subject: [PATCH] cammount: rm TODO Change-Id: Id97cd0400c14ddbbfc7590055ba14d6bc1d1c554 --- cmd/cammount/cammount.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/cammount/cammount.go b/cmd/cammount/cammount.go index 26b4d38a0..fb09563a7 100644 --- a/cmd/cammount/cammount.go +++ b/cmd/cammount/cammount.go @@ -88,7 +88,6 @@ func main() { cl = client.NewOrFail() // automatic from flags cl.SetHTTPClient(&http.Client{Transport: cl.TransportForConfig(nil)}) } - // TODO(mpl): probably needs the transport setup for trusted certs here. diskCacheFetcher, err := cacher.NewDiskCache(cl) if err != nil {