summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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"