Skip to content
Snippets Groups Projects
Commit d430b74a authored by Alexa Valentová's avatar Alexa Valentová
Browse files

remove needless print func

parent 054b3057
No related branches found
No related tags found
2 merge requests!1175Release,!1170Remove needless print func
Pipeline #20010 passed
......@@ -21,7 +21,4 @@ def get_block_octopus_person_list(block):
)
)
for page in DistrictOctopusPersonPage.objects.filter(models.Q(originating_team=block.value["team_shortcut"])).order_by("title").distinct("title").all():
print(page.originating_team)
return DistrictOctopusPersonPage.objects.filter(filter).order_by("title").distinct("title").all()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment