summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-03-23 18:23:48 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-03-23 18:23:48 +0100
commit920aa02f020c348ddfc3dd1c31684fcc5d386897 (patch)
treec448b15f3319176fb41db299afa80599cb9de891
parent2da03b735517a034a5b369550036c853a7dad819 (diff)
Remove debug statement
-rw-r--r--src/discovery.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/discovery.go b/src/discovery.go
index a788438..e88d74e 100644
--- a/src/discovery.go
+++ b/src/discovery.go
@@ -114,7 +114,6 @@ func (eduvpn *VPNState) GetOrganizationsList() (string, error) {
// Get the server list
func (eduvpn *VPNState) GetServersList() (string, error) {
if !eduvpn.DetermineServersUpdate() {
- fmt.Println("DO NOT NEED UPDATE")
return *eduvpn.DiscoList.Servers, nil
}
file := "server_list.json"