Remove unused debug case from service client UI

This commit is contained in:
Hakan Sariman 2025-06-16 09:29:25 +03:00
parent 4f067daefe
commit ee8957b052

View File

@ -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: