From: Jan Szejko Date: Tue, 25 Sep 2018 14:07:29 +0000 (+0200) Subject: remove testing X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/78bbe25fbfdf841d1c7ed1e1059a26c16d4f8ee7 remove testing --- diff --git a/src/catalogue/utils.py b/src/catalogue/utils.py index cd171a77f..9878a70f2 100644 --- a/src/catalogue/utils.py +++ b/src/catalogue/utils.py @@ -358,7 +358,4 @@ def gallery_url(slug): def is_subscribed(user): - # do testowania - if user.username == 'paweld': - return True return user_is_subscribed(user)