Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Nov 21, 2023
1 parent c91f94a commit a55eb2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/eke.knowledge/src/eke/knowledge/publications.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,6 @@ def get_server_side_datatable_results(

def get_contents(self, request: HttpRequest):
'''Get the contents of this folder but only the DMCC curated publications.
Why oh why is this not appearing in the Docker image?
'''
matches = Publication.objects.filter(subject_uris__identifier__startswith='http://edrn.nci.nih.gov/data/pubs/')\
.child_of(self).live().public().filter(year__isnull=False).order_by('-year')
Expand Down

0 comments on commit a55eb2f

Please sign in to comment.