diff options
| author | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-09-02 14:48:49 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-09-02 14:48:49 +0200 |
| commit | 308c656f05d0609eeb02891dbe3c30f8b0438765 (patch) | |
| tree | 11d5257cdad84b81aefaafbf2b91eefa6af2bfea /cmd | |
| parent | 003979cb014f16fe4ffad62ce979e55439ec6ea2 (diff) | |
All: Get rid of debug arg in Register
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/eduvpn-cli/main.go | 1 |
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 |
