Remove reference to caBundlePath

This commit is contained in:
Arturo Filastò 2019-05-15 19:30:10 +02:00
parent 4ead3802a4
commit 6afc8bcc94

View File

@ -81,7 +81,6 @@ func (c *Controller) Init(nt *mk.Nettest) error {
reportFilePath := c.msmtPath
geoIPCountryPath := filepath.Join(utils.GeoIPDir(c.Ctx.Home), "GeoLite2-Country.mmdb")
geoIPASNPath := filepath.Join(utils.GeoIPDir(c.Ctx.Home), "GeoLite2-ASN.mmdb")
caBundlePath := getCaBundlePath()
msmtPath := c.msmtPath
log.Debugf("OutputPath: %s", msmtPath)