Skip to content

Commit d6fc243

Browse files
committed
remove roles op in clients
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
1 parent 6452fc7 commit d6fc243

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clients/operationperm.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ func (op ExternalOperation) String() string {
135135
type ExternalOperationPerm struct {
136136
opPerm map[ExternalOperation]Permission
137137
expectedOps []ExternalOperation
138-
// opNames []string
139138
}
140139

141140
func newExternalOperationPerm(expectedOps []ExternalOperation) ExternalOperationPerm {

0 commit comments

Comments
 (0)