Skip to content

Commit

Permalink
chore: Remove stray comment
Browse files Browse the repository at this point in the history
  • Loading branch information
reginafcompton committed Jul 2, 2019
1 parent fd5f114 commit 0199d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mci/api/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ def delete(self):
class UserRemovePIIResource(UserResource):
""" A resource for removing the PII of an individual """

# @token_required(Config.get_oauth2_provider())
@token_required(Config.get_oauth2_provider())
def post(self):
return self.get_request_handler(request.headers).remove_pii(request)

0 comments on commit 0199d45

Please sign in to comment.