summaryrefslogtreecommitdiff
path: root/cmd/eduvpn-cli/main.go
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-09-02 14:48:49 +0200
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-09-02 14:48:49 +0200
commit308c656f05d0609eeb02891dbe3c30f8b0438765 (patch)
tree11d5257cdad84b81aefaafbf2b91eefa6af2bfea /cmd/eduvpn-cli/main.go
parent003979cb014f16fe4ffad62ce979e55439ec6ea2 (diff)
All: Get rid of debug arg in Register
Diffstat (limited to 'cmd/eduvpn-cli/main.go')
-rw-r--r--cmd/eduvpn-cli/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/eduvpn-cli/main.go b/cmd/eduvpn-cli/main.go
index 8c778a6..5a217c9 100644
--- a/cmd/eduvpn-cli/main.go
+++ b/cmd/eduvpn-cli/main.go
@@ -154,7 +154,6 @@ func printConfig(url string, cc string, srvType srvtypes.Type, prof string, debu
stateCallback(oldState, newState, data, prof, dir)
return true
},
- debug,
)
if err != nil {
return err