SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 9b92aaaa authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Remove debug print

parent 4b0c924f
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,6 @@ def get_profiles(slug):
if tbl.contributor is not None]
unreg_id_list = [tbl.unregistered_author.id for tbl in publications.all() \
if tbl.unregistered_author is not None]
print (unreg_id_list)
return Profile.objects.filter(models.Q(contributor__id__in=cont_id_list) |
models.Q(unregisteredauthor__id__in=unreg_id_list))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment