From 31fb4a1b19c4879e5e3ce1b05f3014cdf1603e36 Mon Sep 17 00:00:00 2001 From: Noraiz Anwar Date: Wed, 3 Jan 2018 14:51:30 +0500 Subject: [PATCH] Revert "temporary logs to check if anonymous user is accessing courseware" --- lms/djangoapps/grades/signals/handlers.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lms/djangoapps/grades/signals/handlers.py b/lms/djangoapps/grades/signals/handlers.py index d7fff719f7..781cc66f60 100644 --- a/lms/djangoapps/grades/signals/handlers.py +++ b/lms/djangoapps/grades/signals/handlers.py @@ -148,11 +148,6 @@ def score_published_handler(sender, block, user, raw_earned, raw_possible, only_ if update_score: # Set the problem score in CSM. - - # adding temporary log for understanding EDUCATOR-1931 - if user.is_anonymous(): - log.info("Problem [%s] was accessed by anonymous user", block.location) - score_modified_time = set_score(user.id, block.location, raw_earned, raw_possible) # Set the problem score on the xblock.