From a55eb2faa630dbaec29a3e8819786713abe8adc8 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Tue, 21 Nov 2023 14:58:55 -0600 Subject: [PATCH] remove comment --- src/eke.knowledge/src/eke/knowledge/publications.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/eke.knowledge/src/eke/knowledge/publications.py b/src/eke.knowledge/src/eke/knowledge/publications.py index 57298d8c..25300bfa 100644 --- a/src/eke.knowledge/src/eke/knowledge/publications.py +++ b/src/eke.knowledge/src/eke/knowledge/publications.py @@ -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')