Skip to content

Commit 5b0d653

Browse files
committed
fix: removed potential pii log
1 parent 1b4d7cb commit 5b0d653

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

commerce_coordinator/apps/lms/views.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ def post(self, request) -> Response:
194194

195195
input_data = {**request.data}
196196

197-
logger.info(f"{self.post.__qualname__} request object: {input_data}.")
198-
199197
input_details = CourseRefundInputSerializer(data=input_data)
200198
try:
201199
input_details.is_valid(raise_exception=True)

0 commit comments

Comments
 (0)