From 006bfb04789f94b458119fee7c0544bf9b04bfce Mon Sep 17 00:00:00 2001
From: "kali kaneko (leap communications)" <kali@leap.se>
Date: Mon, 7 Sep 2020 17:21:28 +0200
Subject: [PATCH] [config] test with riseup config

---
 pkg/config/config.go | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/pkg/config/config.go b/pkg/config/config.go
index c7566728..4cce98de 100644
--- a/pkg/config/config.go
+++ b/pkg/config/config.go
@@ -7,15 +7,4 @@ var (
 	Auth            = ""
 	APIURL          = ""
 	GeolocationAPI  = ""
-)
-
-var Version string
-
-/*
-
-CaCert : a string containing a representation of the provider CA, used to
-        sign the webapp and openvpn certificates. should be placed in
-        config/[provider]-ca.crt
-
-*/
 var CaCert = []byte("")
-- 
GitLab