From 21105898da2654c0a093e0be4c72a9dc08660519 Mon Sep 17 00:00:00 2001 From: Waheed Ahmed Date: Tue, 7 Apr 2020 20:36:39 +0500 Subject: [PATCH] Revert "Remove todo" --- lms/djangoapps/verify_student/tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/djangoapps/verify_student/tasks.py b/lms/djangoapps/verify_student/tasks.py index d7166120de..a4d1aa4f33 100644 --- a/lms/djangoapps/verify_student/tasks.py +++ b/lms/djangoapps/verify_student/tasks.py @@ -111,6 +111,7 @@ def send_request_to_ss_for_user(self, user_verification_id, copy_id_photo_from): Returns: request.Response """ + log.info('=>New Verification Task Received') # todo -- remove before merge. user_verification = SoftwareSecurePhotoVerification.objects.get(id=user_verification_id) try: headers, body = user_verification.create_request(copy_id_photo_from)