cammount: rm TODO

Change-Id: Id97cd0400c14ddbbfc7590055ba14d6bc1d1c554
This commit is contained in:
mpl 2013-06-26 15:36:19 +02:00
parent bb7487ea0b
commit f7732db604
1 changed files with 0 additions and 1 deletions

View File

@ -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 {