From 308c656f05d0609eeb02891dbe3c30f8b0438765 Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Tue, 2 Sep 2025 14:48:49 +0200 Subject: All: Get rid of debug arg in Register --- cmd/eduvpn-cli/main.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/eduvpn-cli') 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 -- cgit v1.2.3