Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jul 30, 2024
1 parent 9e875c9 commit fe7861f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions portal/views/cron/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,6 @@ def get(self, request):
same_day=True,
)
user_queryset = teacher_queryset.union(independent_student_queryset)

print(user_queryset)

user_count = user_queryset.count()

logging.info(
Expand Down

0 comments on commit fe7861f

Please sign in to comment.