diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-23 18:23:48 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-23 18:23:48 +0100 |
| commit | 920aa02f020c348ddfc3dd1c31684fcc5d386897 (patch) | |
| tree | c448b15f3319176fb41db299afa80599cb9de891 /src | |
| parent | 2da03b735517a034a5b369550036c853a7dad819 (diff) | |
Remove debug statement
Diffstat (limited to 'src')
| -rw-r--r-- | src/discovery.go | 1 |
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" |
