mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-28 12:03:53 +02:00
Hide exporting for domain request for non org
This commit is contained in:
parent
8aa919cc65
commit
28ce6698da
3 changed files with 3 additions and 9 deletions
|
@ -645,12 +645,6 @@ class DomainRequestsDataType:
|
|||
)
|
||||
|
||||
queryset = cls.get_queryset(request)
|
||||
# TO REMOVE
|
||||
print("Queryset IDs:", list(queryset.values_list("id", flat=True)))
|
||||
# TO REMOVE
|
||||
for request in queryset:
|
||||
print("Processing request:", request)
|
||||
|
||||
for request in queryset:
|
||||
writer.writerow(
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue