Skip to content

Commit 327c1f4

Browse files
committed
remove extraneous comment
1 parent 92cc666 commit 327c1f4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

services/policy/db/subject_mappings.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -597,14 +597,6 @@ func (c PolicyDbClient) UpdateSubjectMapping(ctx context.Context, r *subjectmapp
597597
}
598598
}
599599

600-
// TODO: integration test for this failure
601-
// if r.SubjectConditionSetId != "" {
602-
// new, err := c.GetSubjectConditionSet(ctx, r.SubjectConditionSetId)
603-
// if err != nil {
604-
// return nil, err
605-
// }
606-
// }
607-
608600
sql, args, err := updateSubjectMappingSql(
609601
r.Id,
610602
metadataJson,

0 commit comments

Comments
 (0)