cleanup old comments

This commit is contained in:
A.Unger
2020-11-11 15:52:13 +01:00
parent 83d9b0c97d
commit 951a441f65
6 changed files with 1 additions and 12 deletions
-2
View File
@@ -39,8 +39,6 @@ func NewService(opts ...Option) Service {
roleService := options.RoleService
if roleService == nil {
// https://github.com/owncloud/ocis-proxy/issues/38
// TODO this won't work with a registry other than mdns. Look into Micro's client initialization.
roleService = settings.NewRoleService("com.owncloud.api.settings", ogrpc.DefaultClient)
}
roleManager := options.RoleManager