From 6afc8bcc9466d3f504046ebc9134c76cd38b0523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Wed, 15 May 2019 19:30:10 +0200 Subject: [PATCH] Remove reference to caBundlePath --- nettests/nettests.go | 1 - 1 file changed, 1 deletion(-) diff --git a/nettests/nettests.go b/nettests/nettests.go index f618173..8ad5f0f 100644 --- a/nettests/nettests.go +++ b/nettests/nettests.go @@ -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)