diff --git a/cmd/services_list.go b/cmd/services_list.go index 71f47a3..f986352 100644 --- a/cmd/services_list.go +++ b/cmd/services_list.go @@ -130,9 +130,6 @@ func getVisibilityLabel(isPrivate bool) string { } func getUrlLabel(isPrivate bool, url *string) string { - if isPrivate { - return "" - } if url == nil { return "" }