Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Aug 22, 2019
1 parent 308b6f1 commit f7e424a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/galley/src/Galley/API/LegalHold.hs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ removeSettings (zusr ::: tid ::: req ::: _) = do
assertLegalHoldEnabled tid
membs <- Data.teamMembers tid
let zothers = map (view userId) membs
-- TODO user id's of members
Log.debug $ Log.field "targets" (toByteString (show zothers))
. Log.msg (Log.val "LegalHold.removeSettings")

Expand Down

0 comments on commit f7e424a

Please sign in to comment.