mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 02:06:03 +02:00
Remove print statement
This commit is contained in:
parent
3ea9802ef1
commit
9650258038
1 changed files with 0 additions and 1 deletions
|
@ -173,7 +173,6 @@ class ExportDataTypeRequests(View):
|
||||||
"""Returns a domain requests report for a given user on the request"""
|
"""Returns a domain requests report for a given user on the request"""
|
||||||
|
|
||||||
def get(self, request, *args, **kwargs):
|
def get(self, request, *args, **kwargs):
|
||||||
print("ExportDataTypeRequests get method called")
|
|
||||||
response = HttpResponse(content_type="text/csv")
|
response = HttpResponse(content_type="text/csv")
|
||||||
response["Content-Disposition"] = 'attachment; filename="domain-requests.csv"'
|
response["Content-Disposition"] = 'attachment; filename="domain-requests.csv"'
|
||||||
csv_export.DomainRequestsDataType.exporting_dr_data_to_csv(response, request=request)
|
csv_export.DomainRequestsDataType.exporting_dr_data_to_csv(response, request=request)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue