Skip to content

Commit edb831f

Browse files
authored
Apply suggestions from code review
1 parent 8013bf1 commit edb831f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/PyMatcha/utils/tasks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def update_heat_scores():
6666
score = 0
6767
user.heat_score = score
6868
user.save()
69-
print(f"Updated heat score for user {user.id}: {user.heat_score}.")
7069
return "Successfully updated heat scores."
7170

7271

0 commit comments

Comments
 (0)