Skip to content

Commit 0b51e9a

Browse files
committed
Removed a debug statement.
- Legacy-Id: 17732
1 parent 35a2a14 commit 0b51e9a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/doc/views_stats.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ def chart_data_person_drafts(request, id):
175175
data = []
176176
else:
177177
data = model_to_timeline_data(DocEvent, doc__documentauthor__person=person, type='new_revision', doc__type_id='draft')
178-
debug.show('len(data)')
179178
return JsonResponse(data, safe=False)
180179

181180

0 commit comments

Comments
 (0)