Skip to content

Commit 004d1d3

Browse files
committed
Removed a debug statement.
- Legacy-Id: 15545
1 parent 8c985fe commit 004d1d3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/api/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def api_help(request):
6464

6565
@method_decorator((login_required, gzip_page), name='dispatch')
6666
class PersonalInformationExportView(DetailView, JsonExportMixin):
67-
debug.mark()
6867
model = Person
6968

7069
def get(self, request):

0 commit comments

Comments
 (0)