remove testing
[wolnelektury.git] / src / catalogue / utils.py
index cd171a7..9878a70 100644 (file)
@@ -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)