diff options
-rw-r--r-- | statistics_app/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/statistics_app/views.py b/statistics_app/views.py index 02135c4..1507196 100644 --- a/statistics_app/views.py +++ b/statistics_app/views.py @@ -527,7 +527,6 @@ def workshop_public_stats(request): @login_required def profile_stats(request): user = request.user - print is_instructor(user) if is_instructor(user) and is_email_checked(user): profiles = Profile.objects.all() |