mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-24 19:51:33 +02:00
Remove unused debug case from service client UI
This commit is contained in:
parent
4f067daefe
commit
ee8957b052
@ -328,7 +328,6 @@ func newServiceClient(args *newServiceClientArgs) *serviceClient {
|
|||||||
s.showSettingsUI()
|
s.showSettingsUI()
|
||||||
case args.showNetworks:
|
case args.showNetworks:
|
||||||
s.showNetworksUI()
|
s.showNetworksUI()
|
||||||
case args.showDebug:
|
|
||||||
case args.showLoginURL:
|
case args.showLoginURL:
|
||||||
s.showLoginURL()
|
s.showLoginURL()
|
||||||
case args.showDebug:
|
case args.showDebug:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user