Removed a debug statement.
- Legacy-Id: 15545
This commit is contained in:
parent
8c985fe440
commit
004d1d3aa8
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue