Skip to content

Commit

Permalink
fix: removed potential pii log
Browse files Browse the repository at this point in the history
  • Loading branch information
JadeyOlivier committed Jul 15, 2024
1 parent 1b4d7cb commit 5b0d653
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions commerce_coordinator/apps/lms/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ def post(self, request) -> Response:

input_data = {**request.data}

logger.info(f"{self.post.__qualname__} request object: {input_data}.")

input_details = CourseRefundInputSerializer(data=input_data)
try:
input_details.is_valid(raise_exception=True)
Expand Down

0 comments on commit 5b0d653

Please sign in to comment.