Removed a debug statement.

- Legacy-Id: 15545
This commit is contained in:
Henrik Levkowetz 2018-10-09 13:51:54 +00:00
parent 8c985fe440
commit 004d1d3aa8

View file

@ -64,7 +64,6 @@ def api_help(request):
@method_decorator((login_required, gzip_page), name='dispatch')
class PersonalInformationExportView(DetailView, JsonExportMixin):
debug.mark()
model = Person
def get(self, request):