summaryrefslogtreecommitdiff
path: root/ishtar_common/rest.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/rest.py')
-rw-r--r--ishtar_common/rest.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/ishtar_common/rest.py b/ishtar_common/rest.py
index b0498cea6..90f61f2aa 100644
--- a/ishtar_common/rest.py
+++ b/ishtar_common/rest.py
@@ -172,9 +172,4 @@ class GetAPIView(generics.RetrieveAPIView):
return Response({}, content_type="json")
obj = q.all()[0]
result = obj.full_serialize()
- """
- result = generic_get_results(
- [self.model], "", no_geo=False, result_queryset={self.model.__name__: q}
- )
- """
return Response(result, content_type="json")